Bug 787

Summary: nptl pthread.h needs fix for GCC-4 bootstraps
Product: glibc Reporter: Greg Schafer <gschafer>
Component: nptlAssignee: Ulrich Drepper <drepper.fsp>
Status: RESOLVED FIXED    
Severity: normal CC: glibc-bugs
Priority: P2 Flags: fweimer: security-
Version: 2.3.4   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Project(s) to access: ssh public key:
Bug Depends on:    
Bug Blocks: 724    

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.