implement pid_t gettid(void)
This commit is contained in:
parent
19347ed454
commit
cb7fa8fcea
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user