aboutsummaryrefslogtreecommitdiff
path: root/io/sys
diff options
context:
space:
mode:
Diffstat (limited to 'io/sys')
-rw-r--r--io/sys/stat.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/io/sys/stat.h b/io/sys/stat.h
index 60955016eb..7d769052a1 100644
--- a/io/sys/stat.h
+++ b/io/sys/stat.h
@@ -365,8 +365,7 @@ extern int utimensat (int __fd, __const char *__path,
__THROW __nonnull ((2));
#endif
-#ifdef __USE_GNU
-/* XXX This will change to the macro for the next 2008 POSIX revision. */
+#ifdef __USE_XOPEN2K8
/* Set file access and modification times of the file associated with FD. */
extern int futimens (int __fd, __const struct timespec __times[2]) __THROW;
#endif