mirror of
https://github.com/fluencelabs/musl
synced 2025-07-31 06:11:57 +00:00
add clock_adjtime, remap_file_pages, and syncfs syscall wrappers
patch by Justin Cormack, with slight modification
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define __NEED_clockid_t
|
||||
|
||||
#include <bits/alltypes.h>
|
||||
|
||||
#include <sys/time.h>
|
||||
|
||||
struct ntptimeval {
|
||||
@@ -83,6 +87,7 @@ struct timex {
|
||||
#define MAXTC 6
|
||||
|
||||
int adjtimex(struct timex *);
|
||||
int clock_adjtime(clockid_t, struct timex *);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Reference in New Issue
Block a user