diff options
Diffstat (limited to 'lib/libc/arch/vax/sys/syscall.S')
-rw-r--r-- | lib/libc/arch/vax/sys/syscall.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/vax/sys/syscall.S b/lib/libc/arch/vax/sys/syscall.S index 33c8008cdd7..c9a2a6d23c7 100644 --- a/lib/libc/arch/vax/sys/syscall.S +++ b/lib/libc/arch/vax/sys/syscall.S @@ -1,4 +1,4 @@ -/* $OpenBSD: syscall.S,v 1.7 2005/08/07 16:40:16 espie Exp $ */ +/* $OpenBSD: syscall.S,v 1.8 2008/05/21 20:39:32 miod Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -42,4 +42,4 @@ SYSENTRY(syscall) jcs 1f ret 1: - jmp __cerror + jmp _C_LABEL(_cerror) |