Add entry for _REENTRANT macro
This commit is contained in:
parent
c5a3903472
commit
93ee6e0b63
|
@ -35,6 +35,9 @@
|
|||
/* Define if you have POSIX threads */
|
||||
#undef _POSIX_THREADS
|
||||
|
||||
/* Define to force use of thread-safe errno, h_errno, and other functions */
|
||||
#undef _REENTRANT
|
||||
|
||||
/* Define if setpgrp() must be called as setpgrp(0, 0). */
|
||||
#undef SETPGRP_HAVE_ARG
|
||||
|
||||
|
|
Loading…
Reference in New Issue