about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/i386/fallocate.c
Commit message (Collapse)AuthorAgeFilesLines
* Really implement fallocate{,64} and sync_file_range as cancellation points.Ulrich Drepper2011-04-011-3/+13
|
* Fix fallocate error return on i386.Andreas Schwab2010-04-081-1/+7
|
* Fix building on x86 with older kernel headers.Mike Frsyinger2009-11-141-0/+6
| | | | Fix building on x86 when older linux headers lack __NR_fallocate define.
* * sysdeps/unix/sysv/linux/fallocate.c: New file.Ulrich Drepper2009-03-021-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.