Re: [PATCH 2/2] libc: Edited implementations for sig2str/str2sig

2021-07-07 Thread Joel Sherrill
This should have been folded into the other patch so we reviewed a final version. On Wed, Jul 7, 2021 at 5:47 AM Matt Joyce wrote: > > Added features to function implementations to conform with POSIX standard. > --- > newlib/libc/signal/sig2str.c | 96 ++-- > 1 fi

[PATCH 2/2] libc: Edited implementations for sig2str/str2sig

2021-07-07 Thread Matt Joyce
Added features to function implementations to conform with POSIX standard. --- newlib/libc/signal/sig2str.c | 96 ++-- 1 file changed, 81 insertions(+), 15 deletions(-) diff --git a/newlib/libc/signal/sig2str.c b/newlib/libc/signal/sig2str.c index a07fa2a38..152d10