diff options
-rw-r--r-- | src/sysdeps/tryfutimes.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |