Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 | |
2013-09-11 | Add O_TMPFILE to <fcntl.h> | Andreas Schwab | 1 | -0/+4 | |
2013-01-10 | Define flags for fallocate | Andreas Schwab | 1 | -0/+7 | |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 | |
2012-10-22 | Fix O_RSYNC | Andreas Jaeger | 1 | -1/+5 | |
(O_RSYNC): Define to __O_RSYNC if it exists, otherwise to O_SYNC. | |||||
2012-10-22 | Improve <bits/fcntl-linux.h>: F_GETLK etc. | Andreas Jaeger | 1 | -3/+9 | |
(F_GETLK, F_SETLK, F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64]. | |||||
2012-10-20 | Reorganization of bits/fcntl.h for Linux | Andreas Jaeger | 1 | -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 |