diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-02-08 11:06:17 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-02-08 22:40:47 +0100 |
commit | 029bae127dabb92f6e50a3b07d51f4921986efb0 (patch) | |
tree | 6c5f9776e63ed48109714fd5c70e2cca37661c60 /nx-X11 | |
parent | 7dae94814b3b5ca4d1477cba1c6b0119ca7d5a88 (diff) | |
download | nx-libs-029bae127dabb92f6e50a3b07d51f4921986efb0.tar.gz nx-libs-029bae127dabb92f6e50a3b07d51f4921986efb0.tar.bz2 nx-libs-029bae127dabb92f6e50a3b07d51f4921986efb0.zip |
nx-X11/include/Xos_r.h: Drop one _POSIX_REENTRANT_FUNCTIONS macro block, where offenders AIXV3, AIXV4 and __osf__ are gone now.
Diffstat (limited to 'nx-X11')
-rw-r--r-- | nx-X11/include/Xos_r.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nx-X11/include/Xos_r.h b/nx-X11/include/Xos_r.h index 51269226c..ee0a77bfa 100644 --- a/nx-X11/include/Xos_r.h +++ b/nx-X11/include/Xos_r.h @@ -459,11 +459,6 @@ typedef struct { * POSIX does not specify _r equivalents for <netdb.h> API, but some * vendors provide them anyway. Use them only when explicitly asked. */ -# ifdef _POSIX_REENTRANT_FUNCTIONS -# ifndef _POSIX_THREAD_SAFE_FUNCTIONS -# define X_POSIX_THREAD_SAFE_FUNCTIONS 1 -# endif -# endif # ifdef _POSIX_THREAD_SAFE_FUNCTIONS # define X_POSIX_THREAD_SAFE_FUNCTIONS 1 # endif |