Thanks, fixed by installing the attached.
From d82aac15e6fc1e813d7f793e9cc3f82f9e593a44 Mon Sep 17 00:00:00 2001
From: Paul Eggert <egg...@cs.ucla.edu>
Date: Tue, 11 Jun 2024 10:11:05 -0700
Subject: [PATCH] =?UTF-8?q?maint:=20pacify=20=E2=80=98make=20sc=5Ftight=5F?=
 =?UTF-8?q?scope=E2=80=99?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Problem reported by Bruno Haible <https://bugs.gnu.org/71455>.
* src/system.h (same_file, stat_size): Add ‘extern’.
---
 src/system.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/system.h b/src/system.h
index 39f645b..1259a68 100644
--- a/src/system.h
+++ b/src/system.h
@@ -150,7 +150,7 @@ SYSTEM_INLINE int floor_log2 (idx_t n)
 
 _GL_INLINE_HEADER_END
 
-bool same_file (struct stat const *, struct stat const *)
+extern bool same_file (struct stat const *, struct stat const *)
   ATTRIBUTE_PURE;
-off_t stat_size (struct stat const *)
+extern off_t stat_size (struct stat const *)
   ATTRIBUTE_PURE;
-- 
2.43.0

Reply via email to