diff options
-rw-r--r-- | hurd/sigunwind.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hurd/sigunwind.c b/hurd/sigunwind.c index 7420f43ae4..23309fd0d7 100644 --- a/hurd/sigunwind.c +++ b/hurd/sigunwind.c @@ -22,9 +22,6 @@ Cambridge, MA 02139, USA. */ #include <setjmp.h> #include <assert.h> -extern void _hurd_longjmp_thread_state (struct machine_thread_state *, - jmp_buf env, int value); - /* _hurd_setup_sighandler puts a link on the `active resources' chain so that _longjmp_unwind will call this function with the `struct sigcontext *' |