Re: [PATCH v2] libc: Added implementations for sig2str/str2sig methods

2021-07-16 Thread Joel Sherrill
This looks OK to me. GO ahead and submit to newlib@ for their review. --joel On Fri, Jul 9, 2021 at 3:01 AM Matt Joyce wrote: > > Added implementations for sig2str() and str2sig() in libc/signal in order > to improve POSIX compliance. Added function prototypes added to > sys/signal.h. > --- >

[PATCH v2] libc: Added implementations for sig2str/str2sig methods

2021-07-09 Thread Matt Joyce
Added implementations for sig2str() and str2sig() in libc/signal in order to improve POSIX compliance. Added function prototypes added to sys/signal.h. --- newlib/libc/include/sys/signal.h | 12 ++ newlib/libc/signal/sig2str.c | 235 +++ 2 files changed, 247 insert