]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/uclibc/lib/uclibc/ARCH-all/include/bits/sigthread.h
update
[l4.git] / l4 / pkg / uclibc / lib / uclibc / ARCH-all / include / bits / sigthread.h
1
2 // prototype from
3 // pkg/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/sigthread.h
4
5 #pragma once
6
7 #if !defined _SIGNAL_H && !defined _PTHREAD_H
8 # error "Never include this file directly.  Use <pthread.h> instead"
9 #endif
10
11 /* Send signal SIGNO to the given thread. */
12 extern int pthread_kill (pthread_t __threadid, int __signo) __THROW;