1 #if !defined ISO && !defined POSIX
66 constant POSIX_FADV_NORMAL
67 constant POSIX_FADV_SEQUENTIAL
68 constant POSIX_FADV_RANDOM
69 constant POSIX_FADV_WILLNEED
70 constant POSIX_FADV_DONTNEED
71 constant POSIX_FADV_NOREUSE
76 element {struct flock} short l_type
77 element {struct flock} short l_whence
78 element {struct flock} off_t l_start
79 element {struct flock} off_t l_len
80 element {struct flock} pid_t l_pid
86 function int creat (const char*, mode_t)
87 function int fcntl (int, int, ...)
88 function int open (const char*, int, ...)
90 function int posix_fadvise (int, off_t, size_t, int)
91 function int posix_fallocate (int, off_t, size_t)
94 allow-header sys/stat.h