From dcbff4072b6b3e79d768e50c2d58ccc8e307b1bd Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 16 Jul 2017 11:34:54 +0200 Subject: nptl: remove sysdep-cancel ASM macros, convert to C --- include/unistd.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') 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; -- cgit v1.2.3