summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Tigeot <ftigeot@wolfpond.org>2012-01-29 21:45:01 +0100
committerFrançois Tigeot <ftigeot@wolfpond.org>2012-01-29 21:45:43 +0100
commitf621ba670e4936c04be57d356524ee72abab99c6 (patch)
treeb9da2e0b73a01819b06ccfbe26634e1c902fab7b
parentab2fb9c4f95f13a1579e0ac199a109d082fbe945 (diff)
_POSIX_THREAD_SYSCALL_SOFT serves no purpose
-rw-r--r--sal/osl/unx/system.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sal/osl/unx/system.h b/sal/osl/unx/system.h
index 3c54785a0475..1830bf3d1746 100644
--- a/sal/osl/unx/system.h
+++ b/sal/osl/unx/system.h
@@ -124,7 +124,6 @@
# ifndef ETIME
# define ETIME ETIMEDOUT
# endif
-# define _POSIX_THREAD_SYSCALL_SOFT 1
# include <pthread.h>
# include <netdb.h>
# include <sys/sem.h>
@@ -182,7 +181,6 @@
#ifdef OPENBSD
# define ETIME ETIMEDOUT
-# define _POSIX_THREAD_SYSCALL_SOFT 1
# include <pthread.h>
# include <sys/sem.h>
# include <semaphore.h>