Bug 740

Summary: wrong attribute on thread_self for newer compilers
Product: glibc Reporter: Roland McGrath <roland>
Component: linuxthreadsAssignee: 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:50:44 UTC
This trunk change is needed on the 2.3 branch.

2005-02-09  Daniel Jacobowitz  <dan@codesourcery.com>

	* descr.h (__pthread_find_self, thread_self): Mark as pure
	instead of const.
Comment 1 Sourceware Commits 2005-02-16 11:27:36 UTC
Subject: Bug 740

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

Modified files:
	linuxthreads   : descr.h 

Log message:
	2005-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
	
	[BZ #740]
	* descr.h (__pthread_find_self, thread_self): Mark as pure
	instead of const.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/linuxthreads/descr.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.14&r2=1.14.4.1

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