]> sourceware.org Git - newlib-cygwin.git/commit
Make SIG2STR_MAX usable in #if
authorMingye Wang <arthur200126@gmail.com>
Wed, 21 Jun 2023 12:11:57 +0000 (20:11 +0800)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 21 Jun 2023 13:15:03 +0000 (15:15 +0200)
commit6b2ae32ecdfdb8ca1337e19fac3b6e0a4079e769
tree0ae1bf65fe7edf6d006dae5ddd28e164cb14dcb8
parent6604db8b80bd8c5aed4673ade49f768b9f51898b
Make SIG2STR_MAX usable in #if

The text accepted for POSIX issue 8 requires that SIG2STR_MAX be usable
in #if, which we currently break with sizeof. Use static values instead.
newlib/libc/include/sys/signal.h
This page took 0.030731 seconds and 5 git commands to generate.