diff options
author | 1995-08-08 22:18:35 +0000 | |
---|---|---|
committer | 1995-08-08 22:18:35 +0000 | |
commit | 6c1b5ea4c11e7065b0b80a9cbf1478e9eab2a966 (patch) | |
tree | 94d0febea338ff7a2cb808a780ec3eb90d346572 /hurd/sigunwind.c | |
parent | Reorder new multicast options to conform to BSD. (struct ip_mreq): New type. (diff) | |
download | glibc-6c1b5ea4c11e7065b0b80a9cbf1478e9eab2a966.tar.gz glibc-6c1b5ea4c11e7065b0b80a9cbf1478e9eab2a966.tar.bz2 glibc-6c1b5ea4c11e7065b0b80a9cbf1478e9eab2a966.zip |
Remove _hurd_longjmp_thread_state decl.
Diffstat (limited to 'hurd/sigunwind.c')
-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 *' |