From: Ulrich Drepper Date: Sun, 12 Aug 2007 17:43:15 +0000 (+0000) Subject: * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Include X-Git-Tag: cvs/fedora-glibc-20070814T0643~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f47e26262413494427a5c510cb0d2ef3bbbf890f;p=thirdparty%2Fglibc.git * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Include . * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index b81c5c5314a..b96b38f542d 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2007-08-12 Ulrich Drepper + + * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Include + . + * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise. + 2007-08-11 Ulrich Drepper * pthreadP.h (PTHREAD_ROBUST_MUTEX_PSHARED): Define.