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

@ -184,6 +184,7 @@ int getresgid(gid_t *, gid_t *, gid_t *);
char *get_current_dir_name(void);
int pipe2(int [2], int);
int dup3(int, int, int);
void syncfs(int);
#endif
#if defined(_LARGEFILE64_SOURCE) || defined(_GNU_SOURCE)