This is the mail archive of the newlib-cvs@sources.redhat.com mailing list for the newlib 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]

src/newlib ChangeLog libc/include/signal.h lib ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sources.redhat.com	2002-07-24 11:18:07

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include: signal.h 
	newlib/libc/include/sys: signal.h 
	newlib/libc/sys/linux/sys: signal.h 

Log message:
	2002-07-24  Jeff Johnston  <jjohnstn@redhat.com>
	
	* libc/include/signal.h (SIG_IGN, SIG_DFL, SIG_ERR): Change
	to use _sig_func_ptr type casted constants.
	(_sig_func_ptr): Typedef moved to sys/signal.h.
	* libc/include/sys/signal.h (_sig_func_ptr): Typedef added.
	For __rtems, use POSIX definition, otherwise default to ANSI.
	* libc/sys/linux/sys/signal.h (_sig_func_ptr): Typedef added.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.395&r2=1.396
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/signal.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/sys/signal.h.diff?cvsroot=src&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/sys/signal.h.diff?cvsroot=src&r1=1.6&r2=1.7


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