summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/i386/swapcontext.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/i386/swapcontext.S')
-rw-r--r--sysdeps/mach/hurd/i386/swapcontext.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/i386/swapcontext.S b/sysdeps/mach/hurd/i386/swapcontext.S
index fb45b70849..8780572afe 100644
--- a/sysdeps/mach/hurd/i386/swapcontext.S
+++ b/sysdeps/mach/hurd/i386/swapcontext.S
@@ -1,5 +1,5 @@
/* Save current context and install the given one.
- Copyright (C) 2001, 2002, 2003 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.
@@ -62,7 +62,7 @@ ENTRY(__swapcontext)
leal oSIGMASK(%ecx), %eax
movl %eax, 4(%esp)
movl $SIG_SETMASK, (%esp)
- call HIDDEN_JUMPTARGET (__sigprocmask)
+ call JUMPTARGET (__sigprocmask)
addl $12, %esp
cfi_adjust_cfa_offset (-12)
testl %eax, %eax