about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-07-01 15:01:24 -0700
committerRoland McGrath <roland@hack.frob.com>2014-07-01 15:01:24 -0700
commitca06321df0d5327f30b7ef7065278974dd89c6d8 (patch)
treeaddf6ff2a5834bb0f5b84afed34a6d9eed0fbe90 /ChangeLog
parent631021e0aaefbf9fde4b4472e4ec1d51fffb9bbd (diff)
downloadglibc-ca06321df0d5327f30b7ef7065278974dd89c6d8.tar.gz
glibc-ca06321df0d5327f30b7ef7065278974dd89c6d8.tar.xz
glibc-ca06321df0d5327f30b7ef7065278974dd89c6d8.zip
Add missing #include for MIN/MAX users.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a079a18d7e..e081609a25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-07-01  Roland McGrath  <roland@hack.frob.com>
+
+	* sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
+	* nptl/pthread_mutex_lock.c: Likewise.
+	* nptl/pthread_mutex_timedlock.c: Likewise.
+	* nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
+
 2014-07-01  Richard henderson  <rth@redhat.com>
 
 	* sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.