summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/i386/getcontext.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/i386/getcontext.S')
-rw-r--r--sysdeps/mach/hurd/i386/getcontext.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/i386/getcontext.S b/sysdeps/mach/hurd/i386/getcontext.S
index b456158f21..8157ea420a 100644
--- a/sysdeps/mach/hurd/i386/getcontext.S
+++ b/sysdeps/mach/hurd/i386/getcontext.S
@@ -1,5 +1,5 @@
/* Save current context.
- Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
+ Copyright (C) 2001-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
@@ -63,7 +63,7 @@ ENTRY(__getcontext)
movl %eax, 8(%esp)
movl $0, 4(%esp)
movl $SIG_BLOCK, (%esp)
- call HIDDEN_JUMPTARGET (__sigprocmask)
+ call JUMPTARGET (__sigprocmask)
addl $12, %esp
cfi_adjust_cfa_offset (-12)
/* Propagate %eax (and errno, in case). */