glibc 2.0.111
Zack Weinberg
zack@rabi.columbia.edu
Thu Apr 1 00:00:00 GMT 1999
On Sat, 23 Jan 1999 10:58:54 +0100, Dominik Kubla wrote:
>On Fri, Jan 22, 1999 at 10:46:42AM -0500, Alex Buell wrote:
>> Successfully built and installed glibc-2.0.111 on Linux 2.2.0-final (dual
>> Pentium Pro machine) on my home machine just before I left for work this
>> morning.
>
>Well, FWIW it failed on Linux 2.2.0-final (+Sparc-Patches) on SparcStation 10
>during linking of libc.so. The linker complained about "unresolved symbol
>__vfork"
Please try this patch.
============================================================
Index: sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
--- sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list 1999/01/18 23:13:16 1.10
+++ sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list 1999/01/24 22:30:56
@@ -1,6 +1,6 @@
# File name Caller Syscall name # args Strong name Weak names
-vfork - vfork 0 vfork
+vfork - vfork 0 __vfork vfork
s_getgroups getgroups getgroups 2 __syscall_getgroups
s_getpagesize getpagesize getpagesize 0 __syscall_getpagesize
============================================================
Index: sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
--- sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list 1999/01/18 23:13:01 1.17
+++ sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list 1999/01/24 22:30:56
@@ -11,7 +11,7 @@
ftruncate - ftruncate 2 __ftruncate ftruncate ftruncate64
truncate - truncate 2 truncate truncate64
mmap - mmap 6 __mmap mmap __mmap64 mmap64
-vfork - vfork 0 vfork
+vfork - vfork 0 __vfork vfork
# Override select.S in parent directory:
select - select 5 __select select
More information about the Libc-alpha
mailing list