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/sysdeps/unix/sysv | |
parent | e0a3ed4ff95ec2e422c1211b35ddf7bf6fbc0a5a (diff) | |
download | glibc-62f6b9b2bbafe59e69aeb4c9d35a4b4bca96d51a.tar glibc-62f6b9b2bbafe59e69aeb4c9d35a4b4bca96d51a.tar.gz glibc-62f6b9b2bbafe59e69aeb4c9d35a4b4bca96d51a.tar.bz2 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/sysdeps/unix/sysv')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/aio_misc.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |