commit 2f0c9ae4b69e7ca5ab362de948e61d89b87c73b3
parent 2949c214479b248824dc3b4ba2e4d9377c509149
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 21 Jan 2019 19:53:33 +0100
Raise _POSIX_C_SOURCE value to 200809L, for strdup() visibility on glibc systems.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/statzone.c b/src/statzone.c
@@ -10,7 +10,7 @@
* See LICENSE file for details.
*/
-#define _POSIX_C_SOURCE 199309L
+#define _POSIX_C_SOURCE 200809L
#include <sys/stat.h>
#include <sys/time.h>