about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-08-04 21:53:09 +0000
committerUlrich Drepper <drepper@redhat.com>2003-08-04 21:53:09 +0000
commit9c988b83bcd33915c59ab347921086c07d11f471 (patch)
tree5bfba6edf69fe3c6a5426396194629da375fc735 /nptl/ChangeLog
parentf1205aa71fb0131eb9d1e2efdd5fbcfaa85ad27c (diff)
downloadglibc-9c988b83bcd33915c59ab347921086c07d11f471.tar.gz
glibc-9c988b83bcd33915c59ab347921086c07d11f471.tar.xz
glibc-9c988b83bcd33915c59ab347921086c07d11f471.zip
Update.
2003-08-03  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/pthread/createthread.c (do_clone): Move error handling
	to first syscall error check.  Move syscall error check for tkill
	into __ASSUME_CLONE_STOPPED #ifdef.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index a8b7d743c0..d68c12e274 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,9 @@
+2003-08-03  Jakub Jelinek  <jakub@redhat.com>
+
+	* sysdeps/pthread/createthread.c (do_clone): Move error handling
+	to first syscall error check.  Move syscall error check for tkill
+	into __ASSUME_CLONE_STOPPED #ifdef.
+
 2003-08-02  Ulrich Drepper  <drepper@redhat.com>
 
 	* sysdeps/pthread/createthread.c (do_clone): If __ASSUME_CLONE_STOPPED