diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2017-07-16 11:34:54 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-28 18:52:38 +0200 |
commit | dcbff4072b6b3e79d768e50c2d58ccc8e307b1bd (patch) | |
tree | 4a8f192ea3726c5e8ee04f060615854275cf08c2 /include/unistd.h | |
parent | ccc200d454c712f6e8bfadb4b7c3ee58086d8f2b (diff) |
nptl: remove sysdep-cancel ASM macros, convert to C
Diffstat (limited to 'include/unistd.h')
-rw-r--r-- | include/unistd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/unistd.h b/include/unistd.h index f48ce21b3..c7364cf99 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -830,11 +830,6 @@ extern __pid_t vfork (void) __THROW; libc_hidden_proto(vfork) #endif /* Use BSD. */ -#if 0 /* psm: seems unused , exit-thread.S is not compiled */ -/* Special exit function which only terminates the current thread. */ -extern void __exit_thread (int val) __attribute__ ((__noreturn__)); -#endif - /* Return the pathname of the terminal FD is open on, or NULL on errors. The returned storage is good only until the next call to this function. */ extern char *ttyname (int __fd) __THROW; |