From: Ulrich Drepper Date: Fri, 20 Aug 1999 19:01:57 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc_2-1-2~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99731fbaaef3ff8dee505ad0872f6fb55aac6f9a;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index e45eef39ffa..83f2be35bdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 1999-08-19 Ulrich Drepper + * sysdeps/unix/sysv/linux/getcwd.c: Allocate buffer large enough + not only if size == 0, but also for size < 0. + * sysdeps/posix/getcwd.c: Likewise. [PR libc/1269] + * posix/execvp.c: Allocate array name of correct size. * sysdeps/unix/sysv/linux/sys/sendfile.h: Don't allow use with diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 249858aa509..b93d3007794 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,9 @@ +1999-08-20 Ulrich Drepper + + * pthread.c (__pthread_reset_main_thread): Undo last change. + (__pthread_kill_other_threads_np): Reset signal handlers for the + signals we used in the thread implementation here. + 1999-08-19 Ulrich Drepper * pthread.c (__pthread_reset_main_thread): Reset signal handlers