* sysdeps/unix/sysv/linux/fallocate.c: New file.
commit749f5cc96803f5a2ec0ca76b4bb290cea44fb3f1
authorUlrich Drepper <drepper@redhat.com>
Mon, 2 Mar 2009 16:15:58 +0000 (2 16:15 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 2 Mar 2009 16:15:58 +0000 (2 16:15 +0000)
treec383b8ac00160bb143e2f5309609e8ded0bf4aaf
parentb6a2b2872b8a74b9634d19033929a990fcaee0ba
* sysdeps/unix/sysv/linux/fallocate.c: New file.

* 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.
ChangeLog
sysdeps/unix/sysv/linux/Makefile
sysdeps/unix/sysv/linux/Versions
sysdeps/unix/sysv/linux/fallocate.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/fallocate64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/i386/fallocate.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/i386/fallocate64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/wordsize-64/fallocate.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c [new file with mode: 0644]