]> sourceware.org Git - glibc.git/blobdiff - include/unistd.h
Update.
[glibc.git] / include / unistd.h
index 289eb4b74004c1cbb08322a15f7d18837afccdc1..26993d4dfe65ae249698e4e6b849319d48ea9901 100644 (file)
@@ -140,4 +140,8 @@ extern int __libc_enable_secure_internal attribute_hidden;
 /* Various internal function.  */
 extern void __libc_check_standard_fds (void);
 
+
+/* Special exit function which only terminates the current thread.  */
+extern void __exit_thread (int val) __attribute__ ((noreturn));
+
 #endif
This page took 0.025982 seconds and 5 git commands to generate.