about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/i386/fallocate64.c
Commit message (Collapse)AuthorAgeFilesLines
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-1/+1
|
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
|
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
|
* 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.
* Add missing export of fallocate64 on 32-bit platforms.Jakub Jelinek2009-05-151-1/+1
| | | | | | Due to a pasto the fallocate64 interface, introduced in glibc 2.10, isn't exported for 32-bit Linux platforms. It is too late for this now so exported them for glibc 2.11.
* * 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.