bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: nss is broken


From: Roland McGrath
Subject: Re: nss is broken
Date: Wed, 31 Jul 2002 17:10:19 -0400 (EDT)

Try this patch to elf/Versions and run make again in your libc build.
If you have an existing build it will just relink stuff and not take real long.

Index: Versions
===================================================================
RCS file: /cvs/glibc/libc/elf/Versions,v
retrieving revision 1.31.2.1
diff -u -b -p -r1.31.2.1 Versions
--- Versions  6 Dec 2001 08:10:06 -0000               1.31.2.1
+++ Versions  31 Jul 2002 21:09:29 -0000
@@ -45,6 +45,11 @@ ld {
 
     # Function from libc.so which must be shared with libc.
     calloc; free; malloc; realloc;
+
+    __open; __close; __libc_read; __libc_write; __writev;
+    __libc_lseek64; __mmap; __fxstat64; __xstat64;
+    __access; __getpid; __getcwd; _exit; abort;
+    _hurd_intr_rpc_mach_msg;
   }
   GLIBC_2.1 {
     # global variables



reply via email to

[Prev in Thread] Current Thread [Next in Thread]