summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/bits/fcntl-linux.h
AgeCommit message (Collapse)AuthorFilesLines
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-09-11Add O_TMPFILE to <fcntl.h>Andreas Schwab1-0/+4
2013-01-10Define flags for fallocateAndreas Schwab1-0/+7
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-10-22Fix O_RSYNCAndreas Jaeger1-1/+5
(O_RSYNC): Define to __O_RSYNC if it exists, otherwise to O_SYNC.
2012-10-22Improve <bits/fcntl-linux.h>: F_GETLK etc.Andreas Jaeger1-3/+9
(F_GETLK, F_SETLK, F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
2012-10-20Reorganization of bits/fcntl.h for LinuxAndreas Jaeger1-0/+376
Create a new bits/fcntl-linux.h that contains Linux generic code and a include it from the architecture specific bits/fcntl.h. Architectures done: x86, SPARC, s390