|
|
@ -182,6 +182,8 @@ int getresuid(uid_t *, uid_t *, uid_t *); |
|
|
int getresgid(gid_t *, gid_t *, gid_t *); |
|
|
int getresgid(gid_t *, gid_t *, gid_t *); |
|
|
char *get_current_dir_name(void); |
|
|
char *get_current_dir_name(void); |
|
|
void syncfs(int); |
|
|
void syncfs(int); |
|
|
|
|
|
int euidaccess(const char *, int); |
|
|
|
|
|
int eaccess(const char *, int); |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
#if defined(_LARGEFILE64_SOURCE) || defined(_GNU_SOURCE) |
|
|
#if defined(_LARGEFILE64_SOURCE) || defined(_GNU_SOURCE) |
|
|
|