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

Skip to content

Commit 1c24f9c

Browse files
committed
Document that _REENTRANT is not needed explicitly.
1 parent 859eb62 commit 1c24f9c

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

README

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -414,16 +414,20 @@ send in the patch. (Don't bother patching the configure script itself
414414
Compiler switches for threads
415415
.............................
416416

417+
The definition of _REENTRANT should be configured automatically, if
418+
that does not work on your system, or if _REENTRANT is defined
419+
incorrectly, please report that as a bug.
420+
417421
OS/Compiler/threads Switches for use with threads
418-
(POSIX is draft 10, DCE is draft 4) (1) compile only (2) compile & link
422+
(POSIX is draft 10, DCE is draft 4) compile & link
419423

420-
SunOS 5.{1-5}/{gcc,SunPro cc}/solaris (1) -D_REENTRANT (2) -mt
421-
SunOS 5.5/{gcc,SunPro cc}/POSIX (1) -D_REENTRANT
422-
DEC OSF/1 3.x/cc/DCE (1) -D_REENTRANT (2) -threads
424+
SunOS 5.{1-5}/{gcc,SunPro cc}/solaris -mt
425+
SunOS 5.5/{gcc,SunPro cc}/POSIX (nothing)
426+
DEC OSF/1 3.x/cc/DCE -threads
423427
424-
Digital UNIX 4.x/cc/DCE (1) -D_REENTRANT (2) -threads
428+
Digital UNIX 4.x/cc/DCE -threads
425429
426-
Digital UNIX 4.x/cc/POSIX (1) -D_REENTRANT (2) -pthread
430+
Digital UNIX 4.x/cc/POSIX -pthread
427431
428432
AIX 4.1.4/cc_r/d7 (nothing)
429433

0 commit comments

Comments
 (0)