mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-01 07:20:15 +00:00
Sync with Linux 2.5.67.
This commit is contained in:
parent
d25102aa73
commit
4a05f4cc08
@ -168,6 +168,6 @@ struct flock64
|
||||
# define POSIX_FADV_RANDOM 1 /* Expect random page references. */
|
||||
# define POSIX_FADV_SEQUENTIAL 2 /* Expect sequential page references. */
|
||||
# define POSIX_FADV_WILLNEED 3 /* Will need these pages. */
|
||||
# define POSIX_FADV_DONTNEED 6 /* Don't need these pages. */
|
||||
# define POSIX_FADV_NOREUSE 7 /* Data will be accessed once. */
|
||||
# define POSIX_FADV_DONTNEED 4 /* Don't need these pages. */
|
||||
# define POSIX_FADV_NOREUSE 5 /* Data will be accessed once. */
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user