]> rtime.felk.cvut.cz Git - l4.git/blobdiff - 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
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..e44eadf3d5fb17c8c5abe2dd6117dc131767617c 100644 (file)
@@ -0,0 +1,12 @@
+
+// prototype from
+// pkg/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/sigthread.h
+
+#pragma once
+
+#if !defined _SIGNAL_H && !defined _PTHREAD_H
+# error "Never include this file directly.  Use <pthread.h> instead"
+#endif
+
+/* Send signal SIGNO to the given thread. */
+extern int pthread_kill (pthread_t __threadid, int __signo) __THROW;