summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/lutimes.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/lutimes.c')
-rw-r--r--libc/sysdeps/linux/common/lutimes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/lutimes.c b/libc/sysdeps/linux/common/lutimes.c
index 0b4a8ea45..e01d40efd 100644
--- a/libc/sysdeps/linux/common/lutimes.c
+++ b/libc/sysdeps/linux/common/lutimes.c
@@ -12,7 +12,7 @@
#ifdef __NR_lutimes
_syscall2(int, lutimes, const char *, file, const struct timeval *, tvp)
-#else
+#elif defined __NR_utimensat
#include <sys/time.h>
#include <fcntl.h>