aboutsummaryrefslogtreecommitdiff
path: root/mpers-m32/timespec_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpers-m32/timespec_t.h')
-rw-r--r--mpers-m32/timespec_t.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/mpers-m32/timespec_t.h b/mpers-m32/timespec_t.h
deleted file mode 100644
index f0aed75b9..000000000
--- a/mpers-m32/timespec_t.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdint.h>
-typedef
-struct {
-int32_t tv_sec;
-int32_t tv_nsec;
-} ATTRIBUTE_PACKED m32_timespec_t;
-#define MPERS_m32_timespec_t m32_timespec_t