summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-13 00:43:08 +0000
committerRoland McGrath <roland@gnu.org>2002-08-13 00:43:08 +0000
commit800742296d35610cbaed2324540faf5a8d28ff46 (patch)
tree9f196c1afe38752308980803e0a51553e745936c
parent476d43d741149370cf8e4747fdf699c943cae9d8 (diff)
downloadglibc-800742296d35610cbaed2324540faf5a8d28ff46.tar.gz
2002-08-12 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/errlist.c: Remove sys_nerr, _sys_nerr aliases. Anything that ever used them deserves to break.
-rw-r--r--sysdeps/mach/hurd/errlist.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sysdeps/mach/hurd/errlist.c b/sysdeps/mach/hurd/errlist.c
index 71f7abda1c..e9aab97f80 100644
--- a/sysdeps/mach/hurd/errlist.c
+++ b/sysdeps/mach/hurd/errlist.c
@@ -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)