mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 09:08:25 +00:00
implement getuid and getpid
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user