implement getuid and getpid

This commit is contained in:
Meco Man
2021-02-21 17:25:36 +08:00
parent c21f018b4a
commit d06420e1d7
3 changed files with 18 additions and 0 deletions

View File

@@ -47,4 +47,7 @@ char * ttyname (int desc);
unsigned int sleep(unsigned int seconds);
int usleep(useconds_t usec);
uid_t getuid(void);
pid_t getpid(void);
#endif /* _SYS_UNISTD_H */