This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
signals and _REENT
- From: Freddie Chopin <freddie_chopin at op dot pl>
- To: "newlib at sourceware dot org" <newlib at sourceware dot org>
- Date: Sat, 21 Feb 2015 22:44:56 +0100
- Subject: signals and _REENT
- Authentication-results: sourceware.org; auth=none
Hello!
While browsing newlib's source I noticed that signal-related functions
in newlib (like signal() or raise()) use _REENT, which is per-thread.
Shouldn't these functions use _GLOBAL_REENT, which I assume is per-process?
Regards,
FCh