RE: glibc error during build
Curioser and curioser. The file has vanished from
glibc cvs. The patch WAS to:
sysdeps/unix/sysv/linux/errlist.c, and unless
I'm nuts the patch is included in the strangely
named patch on the ftp site...at least, it's
in my copy thereof.
Included here for cross-checking (or for use,
if it's not anywhere else).
--- glibc-2.2.5/sysdeps/unix/sysv/linux/errlist.c Thu Jul 5 21:56:12
2001
+++ glibc-2.2.5.lsb/sysdeps/unix/sysv/linux/errlist.c Fri Aug 16 08:55:24
2002
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1998, 2000, 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
@@ -38,10 +38,9 @@
const int __old_sys_nerr = OLD_ERRLIST_SIZE;
strong_alias (__old_sys_nerr, _old_sys_nerr);
-weak_alias (__old_sys_nerr, _old_sys_nerr)
compat_symbol (libc, __old_sys_nerr, _sys_nerr, GLIBC_2_0);
compat_symbol (libc, _old_sys_nerr, sys_nerr, GLIBC_2_0);
-weak_alias (__old_sys_errlist, _old_sys_errlist);
+strong_alias (__old_sys_errlist, _old_sys_errlist);
compat_symbol (libc, __old_sys_errlist, _sys_errlist, GLIBC_2_0);
compat_symbol (libc, _old_sys_errlist, sys_errlist, GLIBC_2_0);
#endif
Reply to: