summaryrefslogtreecommitdiffstats
path: root/usr/klibc/strtotimeval.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/klibc/strtotimeval.c')
-rw-r--r--usr/klibc/strtotimeval.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/klibc/strtotimeval.c b/usr/klibc/strtotimeval.c
new file mode 100644
index 0000000..280d4bc
--- /dev/null
+++ b/usr/klibc/strtotimeval.c
@@ -0,0 +1,5 @@
+#define NAME strtotimeval
+#define TIMEX struct timeval
+#define FSEC tv_usec
+#define DECIMALS 6
+#include "strtotimex.c"