diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-09-15 22:38:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-09-15 22:38:32 +0000 |
commit | 5e17d6b75b6c47e884fceda91078e8e988cbcf7d (patch) | |
tree | 07f65db05c4489be1e13adf3410ff99983312bbc /sysdeps/unix/sysv/linux/i386/Makefile | |
parent | 3a50811c2fd1aff15552c0448fff66039488fee5 (diff) | |
download | glibc-5e17d6b75b6c47e884fceda91078e8e988cbcf7d.tar.gz glibc-5e17d6b75b6c47e884fceda91078e8e988cbcf7d.tar.xz glibc-5e17d6b75b6c47e884fceda91078e8e988cbcf7d.zip |
* 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: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/Makefile b/sysdeps/unix/sysv/linux/i386/Makefile index 9e84975635..f52ee89f0e 100644 --- a/sysdeps/unix/sysv/linux/i386/Makefile +++ b/sysdeps/unix/sysv/linux/i386/Makefile @@ -1,5 +1,5 @@ ifeq ($(subdir),misc) -sysdep_routines += ioperm iopl vm86 call_pselect6 +sysdep_routines += ioperm iopl vm86 call_pselect6 call_fallocate sysdep_headers += sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h sys/io.h endif |