diff options
Diffstat (limited to 'lib/libc/arch/m88k/sys/cerror.S')
-rw-r--r-- | lib/libc/arch/m88k/sys/cerror.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/arch/m88k/sys/cerror.S b/lib/libc/arch/m88k/sys/cerror.S index 3c73c2c296d..dc8d30be02e 100644 --- a/lib/libc/arch/m88k/sys/cerror.S +++ b/lib/libc/arch/m88k/sys/cerror.S @@ -1,4 +1,4 @@ -/* $OpenBSD: cerror.S,v 1.2 2000/03/01 17:31:21 todd Exp $ */ +/* $OpenBSD: cerror.S,v 1.3 2003/01/02 20:25:31 miod Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -40,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .data /*.asciz "from: @(#)cerror.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$OpenBSD: cerror.S,v 1.2 2000/03/01 17:31:21 todd Exp $" + .asciz "$OpenBSD: cerror.S,v 1.3 2003/01/02 20:25:31 miod Exp $" .text #endif /* LIBC_SCCS and not lint */ @@ -48,7 +48,7 @@ .align 8 .globl _errno -cerror: +__cerror: or.u r4,r0,hi16(_errno) st r2,r4,lo16(_errno) sub r2,r0,0x1 |