This commit is contained in:
Meco Man
2021-02-21 18:01:29 +08:00
parent d06420e1d7
commit c13c00e45c
3 changed files with 38 additions and 6 deletions

View File

@@ -73,7 +73,11 @@ char * ttyname (int desc);
unsigned int sleep(unsigned int seconds);
int usleep(useconds_t usec);
uid_t getuid(void);
pid_t getpid(void);
pid_t getppid(void);
uid_t getuid(void);
uid_t geteuid(void);
gid_t getgid(void);
gid_t getegid(void);
#endif /* _SYS_UNISTD_H */