Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | |
2012-10-27 | Remove redundant defines of __O_LARGEFILE | Andreas Jaeger | |
* sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE) [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>. * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): [__WORDSIZE != 64]: Likewise. * sysdeps/unix/sysv/linux/generic/bits/fcntl.h: (__O_LARGEFILE) [__WORDSIZE != 64]: Do not define, take value from <bits/fcntl-linux.h>. | |||
2012-10-24 | F_GETLK cleanup for <bits/fcntl.h> | Andreas Jaeger | |
2012-10-20 | Reorganization of bits/fcntl.h for Linux | Andreas Jaeger | |
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 | |||
2012-05-31 | Use x86_64 bits/fcntl.h for both i386 and x86_64 | H.J. Lu | |