Bug 787 - nptl pthread.h needs fix for GCC-4 bootstraps
Summary: nptl pthread.h needs fix for GCC-4 bootstraps
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: nptl (show other bugs)
Version: 2.3.4
: P2 normal
Target Milestone: ---
Assignee: Ulrich Drepper
URL:
Keywords:
Depends on:
Blocks: libc235
  Show dependency treegraph
 
Reported: 2005-03-13 03:45 UTC by Greg Schafer
Modified: 2018-04-19 15:00 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
Project(s) to access:
ssh public key:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Schafer 2005-03-13 03:45:56 UTC
This trunk change is needed on the 2.3 branch.

2005-02-07  Richard Henderson  <rth@redhat.com>

        * sysdeps/pthread/pthread.h (__sigsetjmp): Use pointer as first
        argument.


Here's where it went in on the trunk:

  http://sources.redhat.com/ml/glibc-cvs/2005-q1/msg00303.html

More info in the GCC BZ here:

  http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20166
Comment 1 Sourceware Commits 2005-03-13 03:53:21 UTC
Subject: Bug 787

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-03-13 03:53:16

Modified files:
	nptl/sysdeps/pthread: pthread.h 

Log message:
	2005-02-07  Richard Henderson  <rth@redhat.com>
	
	[BZ #787]
	* sysdeps/pthread/pthread.h (__sigsetjmp): Use pointer as first
	argument.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/pthread/pthread.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.30&r2=1.30.2.1

Comment 2 Jakub Jelinek 2005-03-15 07:25:37 UTC
Fixed in CVS.