diff options
Diffstat (limited to 'lib/libc/arch/vax/sys/cerror.S')
-rw-r--r-- | lib/libc/arch/vax/sys/cerror.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/vax/sys/cerror.S b/lib/libc/arch/vax/sys/cerror.S index 67f256d1cc9..c1d6a81a9bb 100644 --- a/lib/libc/arch/vax/sys/cerror.S +++ b/lib/libc/arch/vax/sys/cerror.S @@ -33,13 +33,13 @@ #if defined(SYSLIBC_SCCS) .text - .asciz "$OpenBSD: cerror.S,v 1.3 1996/08/19 08:18:58 tholo Exp $" + .asciz "$OpenBSD: cerror.S,v 1.4 2002/11/05 00:37:09 miod Exp $" #endif /* SYSLIBC_SCCS */ #include "SYS.h" .globl _errno -cerror: +__cerror: movl r0,_errno mnegl $1,r0 mnegl $1,r1 |