]> sourceware.org Git - newlib-cygwin.git/commit
libc/include/sys/signal.h: Change __STDINT_EXP() to __SIZEOF_INT__
authorJoel Sherrill <joel@rtems.org>
Fri, 27 Aug 2021 13:39:31 +0000 (08:39 -0500)
committerJoel Sherrill <joel@rtems.org>
Fri, 27 Aug 2021 16:41:56 +0000 (11:41 -0500)
commitdcb515a95369508b7ca769e3c011e65ef14c80dc
tree666b7cd71d050d26e0abdf9b7c0fe04041eaeb3b
parent801120c1f402f9b0f72b5a231bf9e1cf82614cac
libc/include/sys/signal.h: Change __STDINT_EXP() to __SIZEOF_INT__

__STDINT_EXP() is provided by newlib but not by stdint-gcc.h. stdint-gcc.h
is used when the GCC argument -ffreestanding is used and this results in this
file not compiling.
newlib/libc/include/sys/signal.h
This page took 0.027465 seconds and 5 git commands to generate.