summaryrefslogtreecommitdiff
path: root/klibc/klibc/strtotimespec.c
diff options
context:
space:
mode:
Diffstat (limited to 'klibc/klibc/strtotimespec.c')
-rw-r--r--klibc/klibc/strtotimespec.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/klibc/klibc/strtotimespec.c b/klibc/klibc/strtotimespec.c
new file mode 100644
index 0000000000..b426bf8d0f
--- /dev/null
+++ b/klibc/klibc/strtotimespec.c
@@ -0,0 +1,5 @@
+#define NAME strtotimespec
+#define TIMEX struct timespec
+#define FSEC tv_nsec
+#define DECIMALS 9
+#include "strtotimex.c"