summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-03-24 20:52:17 +0000
committerUlrich Drepper <drepper@redhat.com>2004-03-24 20:52:17 +0000
commit6abbc50157efd0a8cec43827774307c9dc2a6493 (patch)
tree605fa9316c38c0122e5a06b538b5654dc16d3802
parentcf2ac50f084efaae242a477cc2af8d164e813872 (diff)
Update.
2004-03-24 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/getpid.c (really_getpid): Reorganize code to avoid warning. vgettimeofday call might destroy the content.
-rw-r--r--nptl/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index d294ddad8e..b0bce881cd 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,8 @@
+2004-03-24 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/unix/sysv/linux/getpid.c (really_getpid): Reorganize
+ code to avoid warning.
+
2004-03-24 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c
@@ -44,7 +49,7 @@
* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
(__lll_mutex_timedlock_wait): Preserve r8 and r9 since the
- vgettimeofday call miht destroy the content.
+ vgettimeofday call might destroy the content.
* sysdeps/ia64/pthread_spin_lock.c (pthread_spin_lock): Use hint
@pause in the loop.