]> Savannah Git Hosting - gnulib.git/commitdiff
immutable: Clarify dependencies.
authorBruno Haible <bruno@clisp.org>
Sun, 4 Aug 2024 21:55:53 +0000 (23:55 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 4 Aug 2024 21:55:53 +0000 (23:55 +0200)
* lib/immutable.c: Include glthread/once.h instead of glthread/lock.h.
* modules/immutable (Depends-on): Add once.

ChangeLog
lib/immutable.c
modules/immutable

index 50b09cc366db972c572e0ee9c95e681858036e46..45027a1c76e2b4310f37f0a8af8f6f0ecb9ee49e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-08-04  Bruno Haible  <bruno@clisp.org>
+
+       immutable: Clarify dependencies.
+       * lib/immutable.c: Include glthread/once.h instead of glthread/lock.h.
+       * modules/immutable (Depends-on): Add once.
+
 2024-08-04  Bruno Haible  <bruno@clisp.org>
 
        fstrcmp: Reduce dependencies.
index 5cd1bf2ee61111bf625395d551a5f88ca426908b..3dee5919d7cea4fe3fb3ce50d956549599c6b90e 100644 (file)
@@ -76,7 +76,7 @@ extern
 #   define PATH_MAX 4096
 #  endif
 
-#  include "glthread/lock.h"
+#  include "glthread/once.h"
 
 # endif
 
index 0b9bc3a1613bd065b353ac99f47f50eae6cce7d7..c513487ef0494f590f064b4a5f9a0e2248ef4e59 100644 (file)
@@ -13,6 +13,7 @@ Depends-on:
 stdint
 pathmax
 open
+once
 ssfmalloc
 
 configure.ac: