summaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-03-24 06:38:49 +0000
committerUlrich Drepper <drepper@redhat.com>2005-03-24 06:38:49 +0000
commit1e6da2b0f29d6cb1b2c49f05ea479c9e7930f004 (patch)
treeae443dad300a71f42c38337bcee6abe174f939b9 /nptl/ChangeLog
parent60f84a40bb21535e55b1ec578918adb961012616 (diff)
* pthread_create.c (__pthread_create_2_1): Rename syscall errorcvs/fedora-glibc-20050324T0715
variable to scerr.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 31cd5c37c8..23b0f51a0f 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-23 Ulrich Drepper <drepper@redhat.com>
+
+ * pthread_create.c (__pthread_create_2_1): Rename syscall error
+ variable to scerr.
+
2005-03-10 Jakub Jelinek <jakub@redhat.com>
* tst-getpid1.c (do_test): Align stack passed to clone{2,}.