diff options
Diffstat (limited to 'lib/libc/arch/vax/sys/sigprocmask.S')
-rw-r--r-- | lib/libc/arch/vax/sys/sigprocmask.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/vax/sys/sigprocmask.S b/lib/libc/arch/vax/sys/sigprocmask.S index 1ee870dbf9e..388bb98fcb2 100644 --- a/lib/libc/arch/vax/sys/sigprocmask.S +++ b/lib/libc/arch/vax/sys/sigprocmask.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sigprocmask.S,v 1.7 2005/08/07 16:40:16 espie Exp $ */ +/* $OpenBSD: sigprocmask.S,v 1.8 2008/05/21 20:39:32 miod Exp $ */ /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ #include "SYS.h" err: - jmp __cerror + jmp _C_LABEL(_cerror) SYSENTRY(sigprocmask) tstl 8(ap) # check new sigset pointer |