diff options
Diffstat (limited to 'libpthread/linuxthreads/sysdeps/pthread')
| -rw-r--r-- | libpthread/linuxthreads/sysdeps/pthread/ptlongjmp.c | 7 | 
1 files changed, 0 insertions, 7 deletions
| diff --git a/libpthread/linuxthreads/sysdeps/pthread/ptlongjmp.c b/libpthread/linuxthreads/sysdeps/pthread/ptlongjmp.c index a2a56b8d9..ee5522036 100644 --- a/libpthread/linuxthreads/sysdeps/pthread/ptlongjmp.c +++ b/libpthread/linuxthreads/sysdeps/pthread/ptlongjmp.c @@ -19,13 +19,6 @@  #include "pthread.h"  #include "internals.h" -/* These functions are not declared anywhere since they shouldn't be -   used at another place but here.  */ -extern void __libc_siglongjmp (sigjmp_buf env, int val) -     __attribute__ ((noreturn)); -extern void __libc_longjmp (sigjmp_buf env, int val) -     __attribute__ ((noreturn)); -  #ifdef SHARED  void siglongjmp (sigjmp_buf env, int val)  { | 
