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

signals and _REENT


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


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