diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2010-10-09 13:01:25 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2010-10-09 13:01:25 +0000 |
| commit | 1a2c6ebb1a31b18426fae57a93d3be1b7450d795 (patch) | |
| tree | 6830aaa998ed66bbd4b3d4d27b8dc4160ee60bfa /include | |
| parent | c1f3ae5ae0e316ca611235fb5dd177e297ce15bd (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/limits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/limits.h b/include/limits.h index 3f770cc3408e..c6c4350738fc 100644 --- a/include/limits.h +++ b/include/limits.h @@ -74,7 +74,7 @@ #endif #if __POSIX_VISIBLE >= 199309 -#define _POSIX_AIO_LISTIO_MAX 16 +#define _POSIX_AIO_LISTIO_MAX 2 #define _POSIX_AIO_MAX 1 #define _POSIX_DELAYTIMER_MAX 32 #define _POSIX_MQ_OPEN_MAX 8 |
