From ef3a4868455920a5a37749b540ca0f8b08bf226f Mon Sep 17 00:00:00 2001 From: "Anthony J. Bentley" Date: Wed, 31 Dec 2014 03:18:01 -0700 Subject: [PATCH] Request POSIX 2008 for strdup(). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dec00ce9..ed49d232 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ WARNFLAGS = -Wall -Werror=implicit-int REALCFLAGS = ${CFLAGS} ${WARNFLAGS} -Iinclude -g \ - -std=c99 -D_POSIX_C_SOURCE=200112L + -std=c99 -D_POSIX_C_SOURCE=200809L # User-defined variables PREFIX = /usr/local