summaryrefslogtreecommitdiff
path: root/lib/libc/arch/mips64
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2011-07-08 19:31:42 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2011-07-08 19:31:42 +0000
commit2f1101f458ea7ed9a012e17d905b4f36165cdfa0 (patch)
treef64ec5c93e0c081d335f2dfb3c1df542a4f675b1 /lib/libc/arch/mips64
parentf8f4e446dabbd7230b584656e7e00b5aee898bc9 (diff)
Kill weak `cerror' alias, it's colliding with the userland namespace. Noticed
by guenther@ months ago, had to wait for a libc major bump.
Diffstat (limited to 'lib/libc/arch/mips64')
-rw-r--r--lib/libc/arch/mips64/sys/cerror.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/arch/mips64/sys/cerror.S b/lib/libc/arch/mips64/sys/cerror.S
index 08950399b72..c6c5819fabd 100644
--- a/lib/libc/arch/mips64/sys/cerror.S
+++ b/lib/libc/arch/mips64/sys/cerror.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: cerror.S,v 1.5 2011/04/05 16:58:47 guenther Exp $ */
+/* $OpenBSD: cerror.S,v 1.6 2011/07/08 19:31:41 miod Exp $ */
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@@ -36,7 +36,6 @@
FRAMESZ= MKFSIZ(1,1)
GPOFF= FRAMESZ-2*REGSZ
-WEAK_ALIAS(cerror, _CERROR)
WEAK_ALIAS(CERROR, _CERROR)
.globl _C_LABEL(errno)