This is the mail archive of the newlib@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]

[PATCH] Fix atexit in multithreaded apps


This is a patch regarding the problem reported by Peter Garonne (see
http://sources.redhat.com/ml/newlib/2003/msg00526.html ).

It fixes another problem with __DYNAMIC_REENT__ in multithreaded apps.

Thomas

2003-08-30  Thomas Pfaff  <tpfaff@gmx.net>

	* libc/stdlib/atexit.c: Rename _REENT to _GLOBAL_REENT throughout.
	* libc/stdlib/exit.c : Ditto.
	* libc/stdlib/on_exit.c: Ditto.

Attachment: atexit.patch
Description: Text document


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