add IN_EXCL_UNLINK to sys/inotify.h
[musl] / include / sys / timex.h
index a168977..f37c13c 100644 (file)
@@ -5,9 +5,13 @@
 extern "C" {
 #endif
 
+#define __NEED_clockid_t
+
+#include <bits/alltypes.h>
+
 #include <sys/time.h>
 
-struct npttimeval {
+struct ntptimeval {
        struct timeval time;
        long maxerror, esterror;
 };
@@ -83,6 +87,7 @@ struct timex {
 #define MAXTC          6
 
 int adjtimex(struct timex *);
+int clock_adjtime(clockid_t, struct timex *);
 
 #ifdef __cplusplus
 }