From: Ulrich Drepper Date: Sun, 5 Sep 1999 00:14:00 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc_2-1-2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=970ab68b6e2e9cbb357ac1ea20cb5cb240f8cb1c;p=thirdparty%2Fglibc.git Update. --- 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