summaryrefslogtreecommitdiff
path: root/src/sys/times/struct_tms.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2024-01-31 00:04:19 -0500
committerJakob Kaivo <jkk@ung.org>2024-01-31 00:04:19 -0500
commit0df5a8fa0361e06a46240689d01665c1c59ef7c4 (patch)
tree5779de2aada743b9c5b610198b006083b2497956 /src/sys/times/struct_tms.c
parent36bd6c283383851664bbe598601c99385e5dcd43 (diff)
remove last vestiges of _assert.h (now _safety.h)
Diffstat (limited to 'src/sys/times/struct_tms.c')
-rw-r--r--src/sys/times/struct_tms.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/sys/times/struct_tms.c b/src/sys/times/struct_tms.c
deleted file mode 100644
index 8e70958b..00000000
--- a/src/sys/times/struct_tms.c
+++ /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)
-*/