mirror of
https://github.com/fluencelabs/musl
synced 2025-07-31 22:31:58 +00:00
add get_current_dir_name function
This commit is contained in:
@@ -158,6 +158,7 @@ unsigned ualarm(unsigned, unsigned);
|
||||
int setgroups(size_t, const gid_t []);
|
||||
int setresuid(uid_t, uid_t, uid_t);
|
||||
int setresgid(gid_t, gid_t, gid_t);
|
||||
char *get_current_dir_name(void);
|
||||
#endif
|
||||
|
||||
#define _XOPEN_VERSION 700
|
||||
|
Reference in New Issue
Block a user