From 99731fbaaef3ff8dee505ad0872f6fb55aac6f9a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 20 Aug 1999 19:01:57 +0000 Subject: [PATCH] Update. --- ChangeLog | 4 ++++ linuxthreads/ChangeLog | 6 ++++++ 2 files changed, 10 insertions(+) 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 -- 2.47.2