mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-01 18:39:16 +00:00
feat(userspace/libc): implement access()
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -59,7 +59,7 @@ extern "C"
|
||||
extern int optind, opterr, optopt;
|
||||
extern char **environ;
|
||||
|
||||
int access(const char *, int);
|
||||
int access(const char *path, int amode);
|
||||
unsigned int alarm(unsigned int seconds);
|
||||
int brk(void *);
|
||||
int chdir(const char *);
|
||||
|
Reference in New Issue
Block a user