diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/genconfig.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/genconfig.sh b/scripts/genconfig.sh index 724888b3..cc2bd764 100755 --- a/scripts/genconfig.sh +++ b/scripts/genconfig.sh @@ -52,11 +52,6 @@ EOF probesymbol TOYBOX_ICONV -c << EOF #include "iconv.h" EOF - probesymbol TOYBOX_FALLOCATE << EOF - #include <fcntl.h> - - int main(int argc, char *argv[]) { return posix_fallocate(0,0,0); } -EOF # Android and some other platforms miss utmpx probesymbol TOYBOX_UTMPX -c << EOF |