summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/i386/fallocate.c
AgeCommit message (Collapse)AuthorFilesLines
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-04-01Really implement fallocate{,64} and sync_file_range as cancellation points.Ulrich Drepper1-3/+13
2010-04-08Fix fallocate error return on i386.Andreas Schwab1-1/+7
2009-11-14Fix building on x86 with older kernel headers.Mike Frsyinger1-0/+6
Fix building on x86 when older linux headers lack __NR_fallocate define.
2009-03-02* sysdeps/unix/sysv/linux/fallocate.c: New file.Ulrich Drepper1-0/+32
* sysdeps/unix/sysv/linux/fallocate64.c: New file. * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file. * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file. * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file. * sysdeps/unix/sysv/linux/i386/fallocate.c: New file. * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64 for GLIBC_2.10. * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add fallocate and fallocate64. * io/fcntl.h: Pretty printing.