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.
This commit is contained in:
Roland McGrath 2002-08-13 00:43:08 +00:00
parent 476d43d741
commit 800742296d

View 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)