Bug 178416 - libstdc++ always defines _REENTRANT
Summary: libstdc++ always defines _REENTRANT
Keywords:
Status: CLOSED DUPLICATE of bug 176278
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: gcc
Version: 4.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 170416
TreeView+ depends on / blocked
 
Reported: 2006-01-20 11:41 UTC by Bastien Nocera
Modified: 2007-11-30 22:07 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-01-20 11:49:12 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
GNU Compiler Collection 11953 0 None None None Never

Description Bastien Nocera 2006-01-20 11:41:25 UTC
libstdc++-3.4.4-2

Upstream bug is at:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11953

$ echo   |  g++ -xc++ -E -dM  - -pthread | grep REEN
#define _REENTRANT 1
$ echo   |  g++ -xc++ -E -dM  -  | grep REEN
$ echo  "#include<iostream>"  |  g++ -xc++ -E -dM  -  | grep REEN
#define _REENTRANT 1
#define _POSIX_REENTRANT_FUNCTIONS 1
$ echo  "#include<iostream>"  |  g++ -xc++ -E -dM  - -pthread | grep REEN
#define _REENTRANT 1
#define __USE_REENTRANT 1
#define _POSIX_REENTRANT_FUNCTIONS 1

Comment 2 Jakub Jelinek 2006-01-20 11:49:12 UTC

*** This bug has been marked as a duplicate of 176278 ***


Note You need to log in before you can comment on or make changes to this bug.