conformtest: use proper _POSIX_C_SOURCE value for POSIX.
commitf58573781c3541d6a666036a6a815ea052242065
authorJoseph Myers <joseph@codesourcery.com>
Wed, 20 May 2015 23:14:53 +0000 (20 23:14 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 20 May 2015 23:14:53 +0000 (20 23:14 +0000)
tree313dce0f86e3d5a019e0ca031fbe86ed86401569
parent38d3d5b7bdf251d5c549f5baef3ad5d2d144688a
conformtest: use proper _POSIX_C_SOURCE value for POSIX.

The conform/ tests were using -D_POSIX_C_SOURCE=199912 to test "POSIX"
(1995/6).  This patch changes them to use 199506L, the proper value
from the relevant edition of POSIX.  (This doesn't make any difference
to features.h, but is the logically correct value to use.)  Tested for
x86_64.

* conform/GlibcConform.pm ($CFLAGS{"POSIX"}): Use
-D_POSIX_C_SOURCE=199506L.
ChangeLog
conform/GlibcConform.pm