diff options
Diffstat (limited to 'src/sys/times/struct_tms.h')
-rw-r--r-- | src/sys/times/struct_tms.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/sys/times/struct_tms.h b/src/sys/times/struct_tms.h deleted file mode 100644 index 8e70958b..00000000 --- a/src/sys/times/struct_tms.h +++ /dev/null @@ -1,12 +0,0 @@ -#include <sys/times.h> - -struct tms { - clock_t tms_utime; - clock_t tms_stime; - clock_t tms_cutime; - clock_t tms_cstime; -}; - -/* -POSIX(1) -*/ |