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/sys/reent.h ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2003-06-06 15:36:31

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include/sys: reent.h 
	newlib/libc/reent: reent.c 
	newlib/libc/stdlib: atexit.c exit.c on_exit.c 

Log message:
	New structure containing fields used by the on_exit() function.
	(struct _atexit): Include struct _on_exit_args.  For _REENT_SMALL do his via a
	pointer that is initialised when needed.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.541&r2=1.542
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/sys/reent.h.diff?cvsroot=src&r1=1.22&r2=1.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/reent/reent.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/atexit.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/exit.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/on_exit.c.diff?cvsroot=src&r1=1.1&r2=1.2


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