aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/x86
AgeCommit message (Collapse)Author
2012-10-27Remove redundant defines of __O_LARGEFILEAndreas 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-24F_GETLK cleanup for <bits/fcntl.h>Andreas Jaeger
2012-10-20Reorganization of bits/fcntl.h for LinuxAndreas 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-10-01Get rid of unused __swblk_t type.Roland McGrath
2012-08-06Clean up {alphasort,versionsort,scandir,scandirat}{,64} for struct dirent == ↵Roland McGrath
struct dirent64.
2012-08-06Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t.Roland McGrath
2012-07-26Merge _sigsys changes from Linux 3.5Andreas Jaeger
2012-06-04Use x86_64 bits/sigcontext.h for i386 and x86_64H.J. Lu
2012-06-04Use x86_64 bits/{debugreg,reg}.h for i386 and x86-64H.J. Lu
2012-06-04Use x86_64 bits/{io,perm}.h for i386 and x86_64H.J. Lu
2012-06-01Use i386 sys/elf.h and sys/vm86.h for i386 and x86-64H.J. Lu
2012-06-01Use i386 bits/wchar.h for i386 and x86-64H.J. Lu
2012-05-31Use x86_64 bits/typesizes.h for i386 and x86-64H.J. Lu
2012-05-31Use x86_64 bits/siginfo.h for i386 and x86_64H.J. Lu
2012-05-31Use x86_64 bits/stat.h for i386 and x86-64H.J. Lu
2012-05-31Use x86_64 bits/sysctl.h for x86-64 and i386H.J. Lu
2012-05-31Use x86_64 sys/{ucontext,user}.h for i386 and x86_64H.J. Lu
2012-05-31Use x86_64 sys/procfs.h for both i386 and x86_64H.J. Lu
2012-05-31Use x86_64 bits/mman.h for both i386 and x86_64H.J. Lu
2012-05-31Use x86-64 bits/{msq,sem,shm}.h for i386 and x86-64H.J. Lu
2012-05-31Use x86_64 bits/ipctypes.h for both i386 and x86-64H.J. Lu
2012-05-31Use x86_64 bits/epoll.h for both i386 and x86_64H.J. Lu
2012-05-31Use x86_64 bits/fcntl.h for both i386 and x86_64H.J. Lu
2012-05-31Use x86_64 bits/environments.h for i386 and x86_64H.J. Lu
2012-05-31Use x86_64 bits/a.out.h for both i386 and x86_64H.J. Lu
2012-05-30Convert WORDSIZE[32|64]/ld entries to abi-variantsH.J. Lu