diff options
Diffstat (limited to 'include/pthread.h')
-rw-r--r-- | include/pthread.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/pthread.h b/include/pthread.h index a3e1cf51b0..1158919247 100644 --- a/include/pthread.h +++ b/include/pthread.h @@ -16,4 +16,9 @@ extern int __pthread_barrier_wait (pthread_barrier_t *__barrier) /* This function is called to initialize the pthread library. */ extern void __pthread_initialize (void) __attribute__ ((weak)); + +extern int __pthread_kill (pthread_t threadid, int signo); + +extern pthread_t __pthread_self (void); + #endif |