diff options
author | Yabin Cui <yabinc@google.com> | 2014-11-25 20:17:27 -0800 |
---|---|---|
committer | Yabin Cui <yabinc@google.com> | 2014-12-04 11:01:28 -0800 |
commit | 5afae64a1bac56638c6348f0c8f5e9d61b654029 (patch) | |
tree | 596b834f553f804c84a13615f30ff6ad67201303 /libc/include/machine | |
parent | 230005c4bd3910ef974694f88d04e6f6a5a540b4 (diff) | |
download | bionic-5afae64a1bac56638c6348f0c8f5e9d61b654029.zip bionic-5afae64a1bac56638c6348f0c8f5e9d61b654029.tar.gz bionic-5afae64a1bac56638c6348f0c8f5e9d61b654029.tar.bz2 |
implement posix_madvise
Bug: 18472477
Change-Id: I8183de6c281acf69ed5f7f88351b056b9827b162
Diffstat (limited to 'libc/include/machine')
-rw-r--r-- | libc/include/machine/posix_limits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/include/machine/posix_limits.h b/libc/include/machine/posix_limits.h index 939a1de..25887be 100644 --- a/libc/include/machine/posix_limits.h +++ b/libc/include/machine/posix_limits.h @@ -32,7 +32,7 @@ /* Any constant values here other than -1 or 200809L are explicitly specified by POSIX.1-2008. */ /* Keep it sorted. */ -#define _POSIX_ADVISORY_INFO -1 /* posix_madvise() not implemented */ +#define _POSIX_ADVISORY_INFO 200809L #define _POSIX_AIO_LISTIO_MAX 2 #define _POSIX_AIO_MAX 1 #define _POSIX_ARG_MAX 4096 |