From 3a80b9bfc0970f04e6bd6d2ef38f3b8b90e17bd2 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 3 Apr 2023 20:17:34 +0200 Subject: [PATCH] Use the 'extern-inline' module explicitly where needed. * modules/fdutimensat (Depends-on): Add extern-inline. * modules/file-has-acl (Depends-on): Likewise. * modules/hamt (Depends-on): Likewise. * modules/relocatable-prog-wrapper (Depends-on): Likewise. * modules/safe-alloc (Depends-on): Likewise. * modules/xvasprintf (Depends-on): Likewise. --- ChangeLog | 10 ++++++++++ modules/fdutimensat | 1 + modules/file-has-acl | 1 + modules/hamt | 1 + modules/relocatable-prog-wrapper | 1 + modules/safe-alloc | 1 + modules/xvasprintf | 1 + 7 files changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 357c4e36b9..1e730ceabc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2023-04-03 Bruno Haible + + Use the 'extern-inline' module explicitly where needed. + * modules/fdutimensat (Depends-on): Add extern-inline. + * modules/file-has-acl (Depends-on): Likewise. + * modules/hamt (Depends-on): Likewise. + * modules/relocatable-prog-wrapper (Depends-on): Likewise. + * modules/safe-alloc (Depends-on): Likewise. + * modules/xvasprintf (Depends-on): Likewise. + 2023-04-02 Bruno Haible trim: Fix trim_trailing result in multibyte locales. diff --git a/modules/fdutimensat b/modules/fdutimensat index 21d656f1a5..e2cf553466 100644 --- a/modules/fdutimensat +++ b/modules/fdutimensat @@ -6,6 +6,7 @@ lib/fdutimensat.c lib/utimens.h Depends-on: +extern-inline futimens utimensat diff --git a/modules/file-has-acl b/modules/file-has-acl index c41cde1d4b..3826a61cb4 100644 --- a/modules/file-has-acl +++ b/modules/file-has-acl @@ -8,6 +8,7 @@ m4/acl.m4 Depends-on: acl-permissions +extern-inline free-posix stat diff --git a/modules/hamt b/modules/hamt index d73f09c2db..d8b0d7207a 100644 --- a/modules/hamt +++ b/modules/hamt @@ -7,6 +7,7 @@ lib/hamt.c Depends-on: count-one-bits +extern-inline flexmember inttypes-incomplete stdbool diff --git a/modules/relocatable-prog-wrapper b/modules/relocatable-prog-wrapper index fa56916217..dc6a9e6ee4 100644 --- a/modules/relocatable-prog-wrapper +++ b/modules/relocatable-prog-wrapper @@ -56,6 +56,7 @@ double-slash-root eloop-threshold environ errno +extern-inline fcntl-h filename idx diff --git a/modules/safe-alloc b/modules/safe-alloc index 180aa8a2de..370b30f625 100644 --- a/modules/safe-alloc +++ b/modules/safe-alloc @@ -8,6 +8,7 @@ m4/safe-alloc.m4 Depends-on: calloc-gnu +extern-inline reallocarray configure.ac: diff --git a/modules/xvasprintf b/modules/xvasprintf index ae233148d3..d61a323e77 100644 --- a/modules/xvasprintf +++ b/modules/xvasprintf @@ -13,6 +13,7 @@ stdio vasprintf xalloc xalloc-die +extern-inline xsize stdarg stdint -- 2.39.5