summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/stdint.h
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2016-02-12 11:17:35 -0600
committerYaakov Selkowitz <yselkowi@redhat.com>2016-02-12 12:08:40 -0600
commitc5f03820fc4f8c9910f52ab2ef951a6e32ed3ff1 (patch)
treedd31c5c3cc62a46a50da6ca081c2ae8f3fbd72eb /newlib/libc/include/stdint.h
parentac2f9e23ecd197758e7cc2ca1b8717add3d8762b (diff)
downloadcygnal-c5f03820fc4f8c9910f52ab2ef951a6e32ed3ff1.tar.gz
cygnal-c5f03820fc4f8c9910f52ab2ef951a6e32ed3ff1.tar.bz2
cygnal-c5f03820fc4f8c9910f52ab2ef951a6e32ed3ff1.zip
cygwin: fix errors with GCC 5
GCC 5 switched from C89 to C11 by default. This implies a change from GNU to C99 inline by default, which have very different meanings of extern inline vs. static inline: https://gcc.gnu.org/onlinedocs/gcc/Inline.html Marking these as gnu_inline retains the previous behaviour. winsup/cygwin/ * exceptions.cc (exception::handle): Change debugging to int to fix an always-true boolean comparison warning. * include/cygwin/config.h (__getreent): Mark gnu_inline. * winbase.h (ilockcmpexch, ilockcmpexch64): Ditto. Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'newlib/libc/include/stdint.h')
0 files changed, 0 insertions, 0 deletions