diff options
Diffstat (limited to 'include/sys/times.h')
-rw-r--r-- | include/sys/times.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/sys/times.h b/include/sys/times.h deleted file mode 100644 index 5b9841b..0000000 --- a/include/sys/times.h +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | /* | ||
2 | * Public domain | ||
3 | * sys/times.h compatibility shim | ||
4 | */ | ||
5 | |||
6 | #ifndef _WIN32 | ||
7 | #include_next <sys/times.h> | ||
8 | #else | ||
9 | #include <win32netcompat.h> | ||
10 | #endif | ||