diff options
Diffstat (limited to 'core/openbsd/include/sys/time.h')
| -rw-r--r-- | core/openbsd/include/sys/time.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/openbsd/include/sys/time.h b/core/openbsd/include/sys/time.h deleted file mode 100644 index 98d5d3a7..00000000 --- a/core/openbsd/include/sys/time.h +++ /dev/null @@ -1,5 +0,0 @@ -#include_next <sys/time.h> -#define timespeccmp(tsp, usp, cmp) \ - (((tsp)->tv_sec == (usp)->tv_sec) ? \ - ((tsp)->tv_nsec cmp (usp)->tv_nsec) : \ - ((tsp)->tv_sec cmp (usp)->tv_sec)) |
