0006-meson-Remove-check-for-strsignal-declaration.patch

text/plain

Filename: 0006-meson-Remove-check-for-strsignal-declaration.patch
Type: text/plain
Part: 5
Message: Re: [RFC] building postgres with meson -v8

Patch

Format: format-patch
Series: patch 0006
Subject: meson: Remove check for strsignal declaration
File+
meson.build 0 1
From b2b65de167610bfb12e7366acf36a7fcf1da7ed0 Mon Sep 17 00:00:00 2001
From: Peter Eisentraut <peter@eisentraut.org>
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