aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-02-08 11:06:17 +0100
committerMihai Moldovan <ionic@ionic.de>2017-03-01 15:19:15 +0100
commitaf11c31233290984fa2eaf085d0d709b04879a68 (patch)
tree91c7caface5ed4397f3f4b7bd0fa18244655f4c3 /nx-X11
parentbf1b3c6cfa5317c1ccc0befeb09541ddb5143fbe (diff)
downloadnx-libs-af11c31233290984fa2eaf085d0d709b04879a68.tar.gz
nx-libs-af11c31233290984fa2eaf085d0d709b04879a68.tar.bz2
nx-libs-af11c31233290984fa2eaf085d0d709b04879a68.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.h5
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