From: Ulrich Drepper Date: Wed, 24 Mar 2004 20:52:17 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.20~11092 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6abbc50157efd0a8cec43827774307c9dc2a6493;p=platform%2Fupstream%2Flinaro-glibc.git Update. 2004-03-24 Ulrich Drepper * sysdeps/unix/sysv/linux/getpid.c (really_getpid): Reorganize code to avoid warning. vgettimeofday call might destroy the content. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index d294dda..b0bce88 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2004-03-24 Ulrich Drepper + + * sysdeps/unix/sysv/linux/getpid.c (really_getpid): Reorganize + code to avoid warning. + 2004-03-24 Andreas Jaeger * 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.