Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 93ee6e0

Browse files
committed
Add entry for _REENTRANT macro
1 parent c5a3903 commit 93ee6e0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

acconfig.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
/* Define if you have POSIX threads */
3636
#undef _POSIX_THREADS
3737

38+
/* Define to force use of thread-safe errno, h_errno, and other functions */
39+
#undef _REENTRANT
40+
3841
/* Define if setpgrp() must be called as setpgrp(0, 0). */
3942
#undef SETPGRP_HAVE_ARG
4043

0 commit comments

Comments
 (0)