summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2004-06-21 21:22:05 +0000
committerdrahn <drahn@openbsd.org>2004-06-21 21:22:05 +0000
commit5bae81bfdc9c5b53993936359e6fe2ebb8661b03 (patch)
tree0dcb8b39f4e803481008f12e404ab151cfc0c616
parentUpdate manpage to reflect changes in anchor naming (diff)
downloadwireguard-openbsd-5bae81bfdc9c5b53993936359e6fe2ebb8661b03.tar.xz
wireguard-openbsd-5bae81bfdc9c5b53993936359e6fe2ebb8661b03.zip
Use _ENTRY(CERROR) instead of CERROR so correct type info is generated.
ok marc@
-rw-r--r--lib/libc/arch/i386/sys/cerror.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/i386/sys/cerror.S b/lib/libc/arch/i386/sys/cerror.S
index 7de967ec3cb..e0fdb66c295 100644
--- a/lib/libc/arch/i386/sys/cerror.S
+++ b/lib/libc/arch/i386/sys/cerror.S
@@ -34,11 +34,11 @@
#if defined(SYSLIBC_SCCS)
.text
- .asciz "$OpenBSD: cerror.S,v 1.5 2003/06/02 20:18:30 millert Exp $"
+ .asciz "$OpenBSD: cerror.S,v 1.6 2004/06/21 21:22:05 drahn Exp $"
#endif /* SYSLIB_SCCS */
.globl _C_LABEL(errno)
-CERROR:
+_ENTRY(CERROR)
#ifdef PIC
PIC_PROLOGUE
movl PIC_GOT(_C_LABEL(errno)),%ecx