[test] Fix a typo in the _POSIX_SOURCE version number.

I hope POSIX isn't around in 20000 AD!
This commit is contained in:
M Joonas Pihlaja 2009-06-21 14:09:10 +01:00
parent 80990c7f72
commit a2d4fb5009

View file

@ -26,7 +26,7 @@
*/
#define _GNU_SOURCE 1 /* for feenableexcept() et al */
#define _POSIX_C_SOURCE 2000112L /* for flockfile() et al */
#define _POSIX_C_SOURCE 200112L /* for flockfile() et al */
#if HAVE_CONFIG_H
#include "config.h"