implement the remaining clock_* interfaces
[musl] / src / time / clock_gettime.c
index dab09d5..6b880a0 100644 (file)
@@ -1,3 +1,4 @@
+#define SYSCALL_RETURN_ERRNO
 #include <time.h>
 #include "syscall.h"