This is the mail archive of the glibc-cvs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libc/linuxthreads signals.c


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	drepper@sourceware.org	2003-01-02 16:32:53

Modified files:
	linuxthreads   : signals.c 

Log message:
	(__sigaction): Renamed to...
	(__pthread_sigaction): ... this.
	(__sigaction): New strong alias, #ifdef SHARED only.
	(sigaction): Protect with #ifdef SHARED.
	(sigwait): Renamed to...
	(__pthread_sigwait): ... this.
	(sigwait): New strong alias, #ifdef SHARED only.
	(raise): Renamed to...
	(__pthread_raise): ... this.
	(raise): New strong alias, #ifdef SHARED only.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]