Bug 744

Summary: optimize sigemptyset for internal calls
Product: glibc Reporter: Roland McGrath <roland>
Component: libcAssignee: Roland McGrath <roland>
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 Roland McGrath 2005-02-16 04:57:41 UTC
This trunk change is needed on the 2.3 branch.

2004-12-27  Ulrich Drepper  <drepper@redhat.com>

	* include/signal.h: Define __sigemptyset.
nptl/
	* init.c (__pthread_initialize_minimal_internal): Use __sigemptyset.
Comment 1 Sourceware Commits 2005-02-16 09:21:13 UTC
Subject: Bug 744

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-02-16 09:20:45

Modified files:
	include        : signal.h 

Log message:
	2004-12-27  Ulrich Drepper  <drepper@redhat.com>
	
	[BZ #744]
	* include/signal.h: Define __sigemptyset.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/include/signal.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.16&r2=1.16.4.1

Comment 2 Sourceware Commits 2005-02-16 09:22:15 UTC
Subject: Bug 744

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-02-16 09:21:40

Modified files:
	nptl           : init.c 

Log message:
	2004-12-27  Ulrich Drepper  <drepper@redhat.com>
	
	[BZ #744]
	* init.c (__pthread_initialize_minimal_internal): Use __sigemptyset.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/init.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.51&r2=1.51.2.1

Comment 3 Roland McGrath 2005-04-05 23:59:31 UTC
These changes are in the 2.3 branch as well as the trunk now.