summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-10 14:44:42 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-10 14:44:42 -0500
commitd247747078e6196254b6a311c77906e0e3c389d3 (patch)
treeb88183f3dc057b772930e013e404796580ddcbc4
parent7e1e6bfb46e3c18d3f788e4af98d6726c2d7176d (diff)
add missing symbols
-rw-r--r--src/sys/times/clock_t.ref3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sys/times/clock_t.ref b/src/sys/times/clock_t.ref
new file mode 100644
index 00000000..1afe7814
--- /dev/null
+++ b/src/sys/times/clock_t.ref
@@ -0,0 +1,3 @@
+#include <sys/times.h>
+REFERENCE(time/clock_t.c)
+POSIX(1)