Re: [PATCH v2] support/backend_sqlite.c: Add missing <sys/syscall.h>
From: Petr Vorel <pvorel@suse.cz>
Date: 2023-12-06 19:42:26
From: Petr Vorel <pvorel@suse.cz>
Date: 2023-12-06 19:42:26
Hi Giulio,
Hi Petr,
On 05/12/23 23:35, Petr Vorel wrote:quoted
From: Petr Vorel <redacted>
quoted
This fixes build on systems which actually needs getrandom() (to get SYS_getrandom).
quoted
Fixes: f92fd6ca ("support/backend_sqlite.c: Add getrandom() fallback") Fixes: http://autobuild.buildroot.net/results/c5fde6099a8b228a8bdc3154d1e47dfa192e94ed/ Reported-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Petr Vorel <pvorel@suse.cz>
thank you for fixing. I've tested this and the other patch with Buildroot's test-pkg and built fine for many toolchain/arch/libc combinations.
Thank you for extensive testing! I test only the basic 6 tests (the default test-pkg). I suppose you run test-pkg also with -a (these 45 arch combinations).
Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Maybe you can add your Tested-by: ? Kind regards, Petr
Best regards