diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-05-13 09:49:20 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-05-13 09:49:20 -0700 |
commit | e0db65176fa88b9497cbd6362b24e3225382bfb6 (patch) | |
tree | b692338590e818c8b273730577434d4d685fc4ef /include | |
parent | 01eb16fdb6c143884dcaeadf45ffdd725207eed5 (diff) | |
download | glibc-e0db65176fa88b9497cbd6362b24e3225382bfb6.zip glibc-e0db65176fa88b9497cbd6362b24e3225382bfb6.tar.gz glibc-e0db65176fa88b9497cbd6362b24e3225382bfb6.tar.bz2 |
Clean up __exit_thread.
Diffstat (limited to 'include')
-rw-r--r-- | include/unistd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/unistd.h b/include/unistd.h index a5cbc5d..5a016b1 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -161,9 +161,6 @@ extern int __libc_enable_secure_internal attribute_relro attribute_hidden; extern void __libc_check_standard_fds (void); -/* Special exit function which only terminates the current thread. */ -extern void __exit_thread (int val) __attribute__ ((noreturn)); - /* Internal name for fork function. */ extern __pid_t __libc_fork (void); |