fix remove _REENTRANT
This commit is contained in:
@@ -76,7 +76,6 @@
|
||||
#define _NETBSD_SOURCE 1
|
||||
#endif /* defined(__minix) */
|
||||
|
||||
/* Never define _REENTRANT on Minix */
|
||||
#if ((_POSIX_C_SOURCE - 0) >= 199506L || (_XOPEN_SOURCE - 0) >= 500) && \
|
||||
!defined(_REENTRANT)
|
||||
#define _REENTRANT
|
||||
|
||||
Reference in New Issue
Block a user