[PATCH 0/1] Implementation of sig2str/str2sig
Matt Joyce <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
Dear Newlib Maintainers and Community, I am a GSoC student with the RTEMS project and I would like to submit this patch for your review. It is an implementation of the sig2str and str2sig methods as found in the upcoming Issue 8 POSIX standard. Thank you very much for your time! Sincerely, Matt Matt Joyce (1): libc: Added implementations and prototypes for sig2str/str2sig methods newlib/libc/include/sys/signal.h | 12 ++ newlib/libc/signal/sig2str.c | 235 +++++++++++++++++++++++++++++++ 2 files changed, 247 insertions(+) create mode 100644 newlib/libc/signal/sig2str.c -- 2.31.1