diff options
author | 2011-07-08 19:31:41 +0000 | |
---|---|---|
committer | 2011-07-08 19:31:41 +0000 | |
commit | eceac100579a3f84b030baf1220c1361ce9c537e (patch) | |
tree | 7724ef01126101cb304a8e2ccf036626911ea7e2 /lib/libc | |
parent | Support sending struct info to kdump. So far for struct stat and (diff) | |
download | wireguard-openbsd-eceac100579a3f84b030baf1220c1361ce9c537e.tar.xz wireguard-openbsd-eceac100579a3f84b030baf1220c1361ce9c537e.zip |
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')
-rw-r--r-- | lib/libc/arch/mips64/sys/cerror.S | 3 |
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) |