aboutsummaryrefslogtreecommitdiff
path: root/io/test-lfs.c
AgeCommit message (Collapse)Author
2000-10-26Update.Ulrich Drepper
* io/test-lfs.c (do_prepare): Rewrite so it doesn't fail on systems without LFS support.
2000-10-24* io/test-lfs.c (do_prepare): Call setrlimit64, in case the user Geoff Keating
has a limit set---for instance, a limit of 2^31 bytes, which can't easily be reset by non-LFS-aware shells. 2000-10-24 Geoffrey Keating <geoffk@cygnus.com> * io/test-lfs.c (do_prepare): Call setrlimit64, in case the user has a limit set---for instance, a limit of 2^31 bytes, which can't easily be reset by non-LFS-aware shells.
2000-09-14Update.Ulrich Drepper
* io/test-lfs.c (do_test): Allow stat64() to return EOVERFLOW and don't fail.
2000-06-30Simple tests for LFS.Andreas Jaeger