diff options
author | Roland McGrath <roland@gnu.org> | 2006-02-28 07:54:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-02-28 07:54:15 +0000 |
commit | 62f6b9b2bbafe59e69aeb4c9d35a4b4bca96d51a (patch) | |
tree | b93e84c3a8e06d11f95c7bcf5365980e49217dad /nptl | |
parent | e0a3ed4ff95ec2e422c1211b35ddf7bf6fbc0a5a (diff) | |
download | glibc-62f6b9b2bbafe59e69aeb4c9d35a4b4bca96d51a.tar.gz glibc-62f6b9b2bbafe59e69aeb4c9d35a4b4bca96d51a.tar.xz glibc-62f6b9b2bbafe59e69aeb4c9d35a4b4bca96d51a.zip |
* 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/ChangeLog | 4 | ||||
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/aio_misc.h | 1 |
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 |