chiark / gitweb /
[PATCH] update klibc to version 0.181
[elogind.git] / klibc / klibc / strtotimespec.c
1 #define NAME     strtotimespec
2 #define TIMEX    struct timespec
3 #define FSEC     tv_nsec
4 #define DECIMALS 9
5 #include "strtotimex.c"