[Xenomai-git] Philippe Gerum : copperplate/registry: fix build issue with non-wrapped symbol

2015-03-24 Thread git repository hosting
Module: xenomai-3
Branch: next
Commit: 7fc9a3edd2ec7b6d7ea1ae52e7b6731c1a2b2091
URL:
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=7fc9a3edd2ec7b6d7ea1ae52e7b6731c1a2b2091

Author: Philippe Gerum 
Date:   Tue Mar 24 11:01:26 2015 +0100

copperplate/registry: fix build issue with non-wrapped symbol

---

 lib/copperplate/registry.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/copperplate/registry.c b/lib/copperplate/registry.c
index 8c7354a..46a2f4e 100644
--- a/lib/copperplate/registry.c
+++ b/lib/copperplate/registry.c
@@ -680,7 +680,7 @@ static int spawn_daemon(const char *sessdir, int flags)
 * Make sure we sleep at least 200 ms regardless of
 * signal receipts.
 */
-   while (__STD(usleep(20)) > 0) ;
+   while (usleep(20) > 0) ;
regd_pid = pid;
barrier();
sa.sa_handler = sigchld_handler;


___
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git


[Xenomai-git] Philippe Gerum : copperplate/registry: fix build issue with non-wrapped symbol

2015-03-24 Thread git repository hosting
Module: xenomai-3
Branch: master
Commit: 7fc9a3edd2ec7b6d7ea1ae52e7b6731c1a2b2091
URL:
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=7fc9a3edd2ec7b6d7ea1ae52e7b6731c1a2b2091

Author: Philippe Gerum 
Date:   Tue Mar 24 11:01:26 2015 +0100

copperplate/registry: fix build issue with non-wrapped symbol

---

 lib/copperplate/registry.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/copperplate/registry.c b/lib/copperplate/registry.c
index 8c7354a..46a2f4e 100644
--- a/lib/copperplate/registry.c
+++ b/lib/copperplate/registry.c
@@ -680,7 +680,7 @@ static int spawn_daemon(const char *sessdir, int flags)
 * Make sure we sleep at least 200 ms regardless of
 * signal receipts.
 */
-   while (__STD(usleep(20)) > 0) ;
+   while (usleep(20) > 0) ;
regd_pid = pid;
barrier();
sa.sa_handler = sigchld_handler;


___
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git