提交 cb7fa8fc 编写于 作者: mysterywolf's avatar mysterywolf

implement pid_t gettid(void)

上级 19347ed4
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册