Bump _XOPEN_SOURCE to 600

Otherwise it's not going to compile on FreeBSD,
because of e.g. missing v/snprintf() and va_copy().
This commit is contained in:
Přemysl Eric Janouch 2014-08-18 22:43:23 +02:00
parent 47bb99261c
commit 371cd5ea21
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
*/
#define _POSIX_C_SOURCE 199309L
#define _XOPEN_SOURCE 500
#define _XOPEN_SOURCE 600
#include <stdio.h>
#include <stdlib.h>