diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/include/libc/sys/_default_fcntl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/libc/sys/_default_fcntl.h b/system/include/libc/sys/_default_fcntl.h index 188e25c4..379147ed 100644 --- a/system/include/libc/sys/_default_fcntl.h +++ b/system/include/libc/sys/_default_fcntl.h @@ -207,6 +207,8 @@ extern int _open64 _PARAMS ((const char *, int, ...)); /* XXX Emscripten */ #define POSIX_FADV_DONTNEED 135 +#define POSIX_FADV_SEQUENTIAL 136 +#define POSIX_FADV_RANDOM 137 int posix_fadvise(int fd, off_t offset, off_t len, int advice); int posix_fallocate(int fd, off_t offset, off_t len); #define LOCK_SH 1 |