diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-07-23 18:09:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-07-23 18:09:13 +0000 |
commit | c1bf9f14ab383737ff4d6668d6118f44528a3965 (patch) | |
tree | 7c8db24cfc01d2ca2289d7cc5d97126627aed16e /io/Makefile | |
parent | eb7721f232df0721906eeb0993651aa8c32aed8d (diff) | |
download | glibc-c1bf9f14ab383737ff4d6668d6118f44528a3965.tar.gz glibc-c1bf9f14ab383737ff4d6668d6118f44528a3965.tar.xz glibc-c1bf9f14ab383737ff4d6668d6118f44528a3965.zip |
* io/Makefile (tests): Add tst-posix_fallocate.
* io/tst-posix_fallocate.c: New file. * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_FALLOCATE.
Diffstat (limited to 'io/Makefile')
-rw-r--r-- | io/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/io/Makefile b/io/Makefile index 81078ae3ec..f4861d7de4 100644 --- a/io/Makefile +++ b/io/Makefile @@ -67,7 +67,8 @@ tests := test-utime test-stat test-stat2 test-lfs tst-getcwd \ tst-openat tst-unlinkat tst-fstatat tst-futimesat \ tst-renameat tst-fchownat tst-fchmodat tst-faccessat \ tst-symlinkat tst-linkat tst-readlinkat tst-mkdirat \ - tst-mknodat tst-mkfifoat tst-ttyname_r bug-ftw5 + tst-mknodat tst-mkfifoat tst-ttyname_r bug-ftw5 \ + tst-posix_fallocate distribute := ftwtest-sh |