]> Savannah Git Hosting - gnulib.git/commitdiff
Use the 'extern-inline' module explicitly where needed.
authorBruno Haible <bruno@clisp.org>
Mon, 3 Apr 2023 18:17:34 +0000 (20:17 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 8 Apr 2023 10:58:07 +0000 (12:58 +0200)
* 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
modules/fdutimensat
modules/file-has-acl
modules/hamt
modules/relocatable-prog-wrapper
modules/safe-alloc
modules/xvasprintf

index 357c4e36b99bad0c83d50df63120649fd6bfebb8..1e730ceabcebcc97160b2920985ba253b253a6a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2023-04-03  Bruno Haible  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
 
        trim: Fix trim_trailing result in multibyte locales.
index 21d656f1a5875fea899c6ef061a187d3f3f3c78c..e2cf5534663dfac339a8706d2567d6f1bb6c6bb7 100644 (file)
@@ -6,6 +6,7 @@ lib/fdutimensat.c
 lib/utimens.h
 
 Depends-on:
+extern-inline
 futimens
 utimensat
 
index c41cde1d4b85b560dd66c0cee2aaabe4b2a0468d..3826a61cb474ce3b758338fa7170f81e63633e1c 100644 (file)
@@ -8,6 +8,7 @@ m4/acl.m4
 
 Depends-on:
 acl-permissions
+extern-inline
 free-posix
 stat
 
index d73f09c2dbd3aa9737cd265c972088fe3a83681e..d8b0d7207aa562bb2a225a8f53db176e3c026914 100644 (file)
@@ -7,6 +7,7 @@ lib/hamt.c
 
 Depends-on:
 count-one-bits
+extern-inline
 flexmember
 inttypes-incomplete
 stdbool
index fa56916217866fb8b00dec813bb4413608770a7b..dc6a9e6ee48a21cdb8e6852a4c9f3a245ca7e2c4 100644 (file)
@@ -56,6 +56,7 @@ double-slash-root
 eloop-threshold
 environ
 errno
+extern-inline
 fcntl-h
 filename
 idx
index 180aa8a2de343f9b3e02096d817bb39a4cbda15e..370b30f625fcfe6b18d6664fd6086a2e0c589565 100644 (file)
@@ -8,6 +8,7 @@ m4/safe-alloc.m4
 
 Depends-on:
 calloc-gnu
+extern-inline
 reallocarray
 
 configure.ac:
index ae233148d3804723fafdf6beff4dce712d009681..d61a323e772e6fdf084881a542d0ec2824c4712a 100644 (file)
@@ -13,6 +13,7 @@ stdio
 vasprintf
 xalloc
 xalloc-die
+extern-inline
 xsize
 stdarg
 stdint