index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
toys.h
1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys.h b/toys.h
index 2920cca4..93907fb6 100644
--- a/
toys.h
+++ b/
toys.h
@@ -35,6 +35,7 @@
#include <unistd.h>
#include <utime.h>
+#undef _XOPEN_SOURCE
#define _XOPEN_SOURCE 600
#include <time.h>