diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | linuxthreads/ChangeLog | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b1b5601ddd..082b332f42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-10-11 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/generic/pselect.c: Avoid unnecessary sigprocmask calls. + 2002-10-08 Roland McGrath <roland@redhat.com> * locale/newlocale.c (__newlocale): If setting all categories to "C", diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 0e82d60683..5e84a8b6e1 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2002-10-11 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/execve.c: New file. + 2002-10-09 Jakub Jelinek <jakub@redhat.com> * no-tsd.c: Include stdlib.h. |