add clock_adjtime, remap_file_pages, and syncfs syscall wrappers

patch by Justin Cormack, with slight modification
This commit is contained in:
Rich Felker
2012-09-16 22:26:23 -04:00
parent bd261bf25e
commit 662da62eb7
6 changed files with 36 additions and 0 deletions

View File

@@ -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
}