summaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-02-28 07:54:15 +0000
committerRoland McGrath <roland@gnu.org>2006-02-28 07:54:15 +0000
commit62f6b9b2bbafe59e69aeb4c9d35a4b4bca96d51a (patch)
treeb93e84c3a8e06d11f95c7bcf5365980e49217dad /nptl
parente0a3ed4ff95ec2e422c1211b35ddf7bf6fbc0a5a (diff)
* scripts/config.guess: Update from master, timestamp='2006-02-27'.
* scripts/config.sub: Update from master, timestamp='2006-02-27'.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog4
-rw-r--r--nptl/sysdeps/unix/sysv/linux/aio_misc.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index b4c320890f..fbd7ad1352 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,7 @@
+2006-02-27 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * sysdeps/unix/sysv/linux/aio_misc.h: Include <limits.h>.
+
2006-02-27 Roland McGrath <roland@redhat.com>
* sysdeps/pthread/Subdirs: List nptl here too.
diff --git a/nptl/sysdeps/unix/sysv/linux/aio_misc.h b/nptl/sysdeps/unix/sysv/linux/aio_misc.h
index 7b0bac75f2..50064c44c1 100644
--- a/nptl/sysdeps/unix/sysv/linux/aio_misc.h
+++ b/nptl/sysdeps/unix/sysv/linux/aio_misc.h
@@ -22,6 +22,7 @@
# include <signal.h>
# include <sysdep.h>
# include <pthread.h>
+# include <limits.h>
# define aio_start_notify_thread __aio_start_notify_thread
# define aio_create_helper_thread __aio_create_helper_thread