summaryrefslogtreecommitdiff
path: root/lib/libc/arch/m88k
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-04-09 15:45:18 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-04-09 15:45:18 +0000
commit1eb03d99500982fd0e998de438fce87d51d3d0cd (patch)
tree998d169ef54b410d6cdbfbe6e9fb5faf812d08be /lib/libc/arch/m88k
parent96531a036c32c62162dca8cf37c143c1547a2ee3 (diff)
On the a.out architectures, WEAK_ALIAS does an implicit _C_LABEL()
ok miod
Diffstat (limited to 'lib/libc/arch/m88k')
-rw-r--r--lib/libc/arch/m88k/sys/cerror.S4
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 64835bdf79b..4594b4ed259 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.8 2011/04/04 12:42:39 guenther Exp $ */
+/* $OpenBSD: cerror.S,v 1.9 2011/04/09 15:45:17 deraadt Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -35,7 +35,7 @@
#include "SYS.h"
-WEAK_ALIAS(_C_LABEL(_cerror), _C_LABEL(__cerror))
+WEAK_ALIAS(_cerror,__cerror)
.globl _errno
ENTRY(__cerror)