1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-18 17:24:29 +03:00
Files
glibc/misc/sys/cdefs.h
Siddhesh Poyarekar d12704c78f Fix Wundef warning for __STDC_VERSION__
c4c4124473 added the _Noreturn macro for
pre-C11 compilers, but it now throws a new Wundef warning during `make
check` for __STDC_VERSION__ which gcc does not define by default.  The
following patch fixes this in line with other uses of __STDC_VERSION__
in the file.
2014-07-03 01:49:48 +05:30

14 KiB