implement pid_t gettid(void)

This commit is contained in:
Meco Man 2021-04-26 14:34:26 +08:00
parent 19347ed454
commit cb7fa8fcea

View File

@ -66,13 +66,11 @@
#endif
int isatty (int fd);
char * ttyname (int desc);
unsigned int sleep(unsigned int seconds);
int usleep(useconds_t usec);
pid_t gettid(void);
pid_t getpid(void);
pid_t getppid(void);
uid_t getuid(void);