mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Add entry for _REENTRANT macro
This commit is contained in:
parent
c5a3903472
commit
93ee6e0b63
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue