From b2dd9953d83b9e6d8012b6b1b43869316eb112b7 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 1 Jun 2020 03:31:14 -0500 Subject: Ahem. The new copy_file_range() check needs the config symbol probe. --- scripts/genconfig.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scripts/genconfig.sh') diff --git a/scripts/genconfig.sh b/scripts/genconfig.sh index 58b99acd..955c82cd 100755 --- a/scripts/genconfig.sh +++ b/scripts/genconfig.sh @@ -107,6 +107,12 @@ EOF #include int main(void) { char buf[100]; getrandom(buf, 100, 0); } EOF + + probesymbol TOYBOX_COPYFILERANGE << EOF + #include + #include + int main(void) { copyfilerange(0, 0, 1, 0, 123, 0); } +EOF } genconfig() -- cgit v1.2.3