mirror of
https://github.com/fluencelabs/musl
synced 2025-06-23 19:52:01 +00:00
add clock_adjtime, remap_file_pages, and syncfs syscall wrappers
patch by Justin Cormack, with slight modification
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user