about summary refs log tree commit diff
path: root/time/bits/types/clockid_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'time/bits/types/clockid_t.h')
-rw-r--r--time/bits/types/clockid_t.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/time/bits/types/clockid_t.h b/time/bits/types/clockid_t.h
new file mode 100644
index 0000000000..b17c7da853
--- /dev/null
+++ b/time/bits/types/clockid_t.h
@@ -0,0 +1,9 @@
+#ifndef __clockid_t_defined
+#define __clockid_t_defined 1
+
+#include <bits/types.h>
+
+/* Clock ID used in clock and timer functions.  */
+typedef __clockid_t clockid_t;
+
+#endif