As of 1.42, e2fsprogs uses the fallocate function, see: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42
They state the following: "Added a useful "fallocate" program to the contrib directory." which seems to depend on fallocate. (and is proven to depend on fallocate() by linking errors). Inside of includes/fcntl.h, there is the posix_fallocate() functions of which I am assuming this is the same as fallocate(). It is commented out with: "FIXME -- uClibc should probably implement these...". -- Kevin Day _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
