From 029bae127dabb92f6e50a3b07d51f4921986efb0 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 8 Feb 2017 11:06:17 +0100 Subject: nx-X11/include/Xos_r.h: Drop one _POSIX_REENTRANT_FUNCTIONS macro block, where offenders AIXV3, AIXV4 and __osf__ are gone now. --- nx-X11/include/Xos_r.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'nx-X11/include/Xos_r.h') 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 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 -- cgit v1.2.3