* sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Addcvs/fedora-glibc-2_6_90-13
commitcedf9b89dd3b436ff7fad4c75d3f288ee4cd4ecd
authorJakub Jelinek <jakub@redhat.com>
Mon, 27 Aug 2007 20:42:22 +0000 (27 20:42 +0000)
committerJakub Jelinek <jakub@redhat.com>
Mon, 27 Aug 2007 20:42:22 +0000 (27 20:42 +0000)
tree5a17c2390bdc6aa71d7f73d13e584adaed4837de
parent8d599f5ab190dfb8a394104c4dc0d39c90f19093
* sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
call_fallocate in misc subdir.
* sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
* sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
* sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
instead of __fallocate64.
* sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Use __call_fallocate
instead of __fallocate64.
ChangeLog
sysdeps/unix/sysv/linux/i386/Makefile
sysdeps/unix/sysv/linux/i386/call_fallocate.S [new file with mode: 0644]
sysdeps/unix/sysv/linux/i386/posix_fallocate.c
sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
sysdeps/unix/sysv/linux/i386/syscalls.list