This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/31916] inconsistency between gcc and g++ with regards to pthreads
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 May 2007 11:01:01 -0000
- Subject: [Bug c/31916] inconsistency between gcc and g++ with regards to pthreads
- References: <bug-31916-2392@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2007-05-14 12:00 -------
And this is not a GCC bug, define _GNU_SOURCE in the C case if you want the
extra functionality from glibc. g++ defines it because libstdc++ uses some of
it in its headers.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31916