diff options
author | 2004-06-21 21:22:05 +0000 | |
---|---|---|
committer | 2004-06-21 21:22:05 +0000 | |
commit | 5bae81bfdc9c5b53993936359e6fe2ebb8661b03 (patch) | |
tree | 0dcb8b39f4e803481008f12e404ab151cfc0c616 | |
parent | Update manpage to reflect changes in anchor naming (diff) | |
download | wireguard-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.S | 4 |
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 |