From b2b65de167610bfb12e7366acf36a7fcf1da7ed0 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 18 May 2022 09:49:38 +0200 Subject: [PATCH 6/7] meson: Remove check for strsignal declaration This appears to be unnecessary and not in configure. --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index 6954fffc5c..e7fd8aa64f 100644 --- a/meson.build +++ b/meson.build @@ -1612,7 +1612,6 @@ decl_checks = [ ['strlcat', 'string.h'], ['strlcpy', 'string.h'], ['strnlen', 'string.h'], - ['strsignal', 'string.h'], ['strtoll', 'stdlib.h'], ['strtoull', 'stdlib.h'], # strto[u]ll may exist but not be declared ] -- 2.35.1