summaryrefslogtreecommitdiff
path: root/src/time/struct_timespec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/struct_timespec.c')
-rw-r--r--src/time/struct_timespec.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/time/struct_timespec.c b/src/time/struct_timespec.c
deleted file mode 100644
index cd068bd9..00000000
--- a/src/time/struct_timespec.c
+++ /dev/null
@@ -1,9 +0,0 @@
-struct timespec {
- time_t tv_sec; /* Seconds */
- long tv_nsec; /* Nanoseonds */
-};
-
-/*
-POSIX(199309)
-STDC(201112)
-*/