Fix Wundef warning for __STDC_VERSION__
commitd12704c78f04eb6c666143953e81dec89e1cadea
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Wed, 2 Jul 2014 20:02:17 +0000 (3 01:32 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Wed, 2 Jul 2014 20:19:48 +0000 (3 01:49 +0530)
treeb0844ee9d58b496fb8f00b04e9643c4474572ed9
parent05fdac772bee5352a52f26682dd351712e92f9b3
Fix Wundef warning for __STDC_VERSION__

c4c4124473c187b5c4642611390897666c3d3970 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.
ChangeLog
misc/sys/cdefs.h