]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2002-08-12 Roland McGrath <roland@frob.com>
authorRoland McGrath <roland@gnu.org>
Tue, 13 Aug 2002 00:43:08 +0000 (00:43 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 13 Aug 2002 00:43:08 +0000 (00:43 +0000)
* sysdeps/mach/hurd/errlist.c: Remove sys_nerr, _sys_nerr aliases.
Anything that ever used them deserves to break.

sysdeps/mach/hurd/errlist.c

index 71f7abda1c50dd4db287cafcc0db27477aa5a2f0..e9aab97f80c2d36ed1b44fa7a4eb00a9501150f6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1998,2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -26,7 +26,3 @@
 #define ERR_REMAP(n) (err_get_code (n))
 
 #include <sysdeps/gnu/errlist.c>
-
-/* Oblige programs that use sys_nerr, but don't use sys_errlist. */
-weak_alias (_hurd_nerr, sys_nerr)
-weak_alias (_hurd_nerr, _sys_nerr)