diff --git a/ChangeLog b/ChangeLog index b1b5601ddd..082b332f42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-10-11 Ulrich Drepper + + * sysdeps/generic/pselect.c: Avoid unnecessary sigprocmask calls. + 2002-10-08 Roland McGrath * 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 + + * sysdeps/unix/sysv/linux/execve.c: New file. + 2002-10-09 Jakub Jelinek * no-tsd.c: Include stdlib.h.