From 970ab68b6e2e9cbb357ac1ea20cb5cb240f8cb1c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 5 Sep 1999 00:14:00 +0000 Subject: [PATCH] Update. --- ChangeLog | 7 +++++++ linuxthreads/ChangeLog | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 480c61eb775..d072d12809d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1999-09-03 Andreas Schwab + + * sysdeps/unix/sysv/linux/syscalls.list: Rename strong name for + fork from __syscall_fork to __libc_fork. + * posix/Versions: Add __libc_fork and __vfork to version + GLIBC_2.1.2. + 1999-08-30 Andreas Jaeger * io/ftwtest-sh: Set LC_ALL and LANG to fix locale diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 9cb8f588c0d..77eafcf127a 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,10 @@ +1999-09-03 Andreas Schwab + + * ptfork.c (__fork): Renamed from fork and use __libc_fork. Add + fork as weak alias. + (__vfork): New function, alias vfork. + * Versions: Export __fork, vfork, and __vfork in libpthread. + 1999-08-23 Andreas Schwab * signals.c (pthread_sighandler): Add SIGCONTEXT_EXTRA_ARGS to -- 2.47.2