summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h5
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;