about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-10-11 07:58:32 +0000
committerUlrich Drepper <drepper@redhat.com>2002-10-11 07:58:32 +0000
commitef43f9d40d06286c19236d41f94a9af845e1fa4d (patch)
treea3fe2de5cf3be08263fafea564d11f776b3cbd51
parente6d986c2e5f8bcfa71b41feb7053bed7c6e27471 (diff)
downloadglibc-ef43f9d40d06286c19236d41f94a9af845e1fa4d.tar.gz
glibc-ef43f9d40d06286c19236d41f94a9af845e1fa4d.tar.xz
glibc-ef43f9d40d06286c19236d41f94a9af845e1fa4d.zip
Update.
2002-10-11  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/generic/pselect.c: Avoid unnecessary sigprocmask calls.
-rw-r--r--ChangeLog4
-rw-r--r--linuxthreads/ChangeLog4
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.