]> git.ipfire.org Git - thirdparty/glibc.git/commit
Add Linux fallocate support.
authorRyan S. Arnold <rsa@us.ibm.com>
Fri, 24 Jul 2009 15:44:27 +0000 (10:44 -0500)
committerRyan Arnold <ryanarn@etna.rchland.ibm.com>
Fri, 24 Jul 2009 20:10:55 +0000 (15:10 -0500)
commita14f7dce07b58c6af4d7af89eb596320ecee7f9b
tree55e445f6f084f9b1e346775d2c22759f1d900eef
parent3385d53cf549e798489e03522344e318d3e684f7
Add Linux fallocate support.

commit 749f5cc96803f5a2ec0ca76b4bb290cea44fb3f1
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Mon Mar 2 16:15:58 2009 +0000

* 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.
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]