From aa9cfcfc494242f14098ee28a18209a154c7d58c Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 27 Apr 2016 17:04:01 +0000 Subject: Even less standards for futimes() --- src/sysdeps/tryfutimes.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/sysdeps/tryfutimes.c b/src/sysdeps/tryfutimes.c index 7e0370b..ad56f95 100644 --- a/src/sysdeps/tryfutimes.c +++ b/src/sysdeps/tryfutimes.c @@ -1,5 +1,7 @@ /* ISC license. */ +#undef _POSIX_C_SOURCE +#undef _XOPEN_SOURCE #ifndef _BSD_SOURCE #define _BSD_SOURCE #endif -- cgit v1.2.3