summaryrefslogtreecommitdiff
path: root/src/linux/utimes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/linux/utimes.c')
-rw-r--r--src/linux/utimes.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/linux/utimes.c b/src/linux/utimes.c
index 99a3b2b8..59ee1a81 100644
--- a/src/linux/utimes.c
+++ b/src/linux/utimes.c
@@ -1,5 +1,4 @@
#include <sys/time.h>
-#define SYSCALL_STANDALONE
#include "syscall.h"
int utimes(const char *path, const struct timeval times[2])