diff options
author | Theodore Ts'o <tytso@mit.edu> | 2000-04-06 20:57:26 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2000-04-06 20:57:26 +0000 |
commit | 561f28ff9da9aab2a7989e34675e980a86e75809 (patch) | |
tree | dd5a33758b5669a9fe948da601376e43274acd8b /configure | |
parent | fa7cc280044533fd20468673bba9623787925f8e (diff) | |
download | e2fsprogs-561f28ff9da9aab2a7989e34675e980a86e75809.tar.gz |
configure:
configure.in (fdatasync): Add test for fdatasync(), since not all
functions have this function.
Diffstat (limited to 'configure')
-rw-r--r-- | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4367,7 +4367,7 @@ EOF fi fi -for ac_func in chflags getrusage llseek strdup getmntinfo strcasecmp srandom fchown mallinfo +for ac_func in chflags getrusage llseek strdup getmntinfo strcasecmp srandom fchown mallinfo fdatasync do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:4374: checking for $ac_func" >&5 |