chiark / gitweb /
Fix the gentoo udev rules to allow the box to boot properly
[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"