signals and _REENT

Freddie Chopin freddie_chopin@op.pl
Mon Feb 23 23:33:00 GMT 2015


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



More information about the Newlib mailing list