diff options
author | 2013-01-08 23:06:43 +0000 | |
---|---|---|
committer | 2013-01-08 23:06:43 +0000 | |
commit | 39669ee0c7d84fca81a1e97dc0f63fcb43ef1e40 (patch) | |
tree | ffaaf16ccabb233a36b6e42d477b8f0c6d4e3702 | |
parent | Add performance test for socket splicing. Two tcpbench processes (diff) | |
download | wireguard-openbsd-39669ee0c7d84fca81a1e97dc0f63fcb43ef1e40.tar.xz wireguard-openbsd-39669ee0c7d84fca81a1e97dc0f63fcb43ef1e40.zip |
fix __cerror non-weak symbol name
-rw-r--r-- | lib/libc/arch/m88k/sys/cerror.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/m88k/sys/cerror.S b/lib/libc/arch/m88k/sys/cerror.S index eefe97e5100..0356d66722e 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.10 2013/01/05 11:20:55 miod Exp $ */ +/* $OpenBSD: cerror.S,v 1.11 2013/01/08 23:06:43 miod Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -38,7 +38,7 @@ WEAK_ALIAS(__cerror,___cerror) .globl _C_LABEL(errno) -ENTRY(__cerror) +ENTRY(___cerror) or.u %r4,%r0,%hi16(_C_LABEL(errno)) st %r2,%r4,%lo16(_C_LABEL(errno)) sub %r2,%r0,0x1 |