summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-10-20 14:46:00 -0700
committerRoland McGrath <roland@hack.frob.com>2014-10-20 14:46:00 -0700
commit6af246cf8b6cac6e504aaf06c47b284a204335e0 (patch)
treeef400a05d44f2c5a1fd7f958e5719697560a1dbe /ChangeLog
parentab49e7630f88ba9cc165dd2d855938c14ae4e158 (diff)
NPTL: Add some missing #include's
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e9d9d8d737..dfad901052 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2014-10-20 Roland McGrath <roland@hack.frob.com>
+ * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
+ gettimeofday.
+ * nptl/pthread_rwlock_timedwrlock.c: Likewise.
+ * nptl/pthread_cond_timedwait.c: Likewise.
+ * nptl/pthread_mutex_timedlock.c: Likewise.
+ * nptl/sem_timedwait.c: Likewise.
+
* sysdeps/nptl/bits/libc-lock.h
[_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
(__libc_lock_init_recursive): Return void, not 0.