This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/28247] [4.1/4.2 regression] libstdc++ cannot be build with Solaris threads
- From: "sayle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Jul 2006 07:29:55 -0000
- Subject: [Bug target/28247] [4.1/4.2 regression] libstdc++ cannot be build with Solaris threads
- References: <bug-28247-12471@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from sayle at gcc dot gnu dot org 2006-07-24 07:29 -------
Subject: Bug 28247
Author: sayle
Date: Mon Jul 24 07:29:46 2006
New Revision: 115707
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115707
Log:
PR target/28247
* gthr-solaris.h: Prototype __gthrw forms of thr_self, mutex_init and
mutex_destroy even when !_LIBOOBJC. Remove duplicate prototype of
the __gthrw form of thr_keycreate.
(__gthread_key_delete): Silence the unused argument warning.
Modified:
branches/gcc-4_1-branch/gcc/ChangeLog
branches/gcc-4_1-branch/gcc/gthr-solaris.h
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28247