mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
clean-temp-simple: Clarify dependencies.
* lib/clean-temp-simple.c: Include glthread/once.h. * modules/clean-temp-simple (Depends-on): Add once.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2024-08-04 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
clean-temp-simple: Clarify dependencies.
|
||||
* lib/clean-temp-simple.c: Include glthread/once.h.
|
||||
* modules/clean-temp-simple (Depends-on): Add once.
|
||||
|
||||
2024-08-04 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
once-tests: New module, extracted from lock-tests.
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
#include "fatal-signal.h"
|
||||
#include "asyncsafe-spin.h"
|
||||
#include "glthread/lock.h"
|
||||
#include "glthread/once.h"
|
||||
#include "thread-optim.h"
|
||||
#include "gl_list.h"
|
||||
#include "gl_linkedhash_list.h"
|
||||
|
||||
@@ -13,6 +13,7 @@ list
|
||||
asyncsafe-spin
|
||||
unistd
|
||||
lock
|
||||
once
|
||||
thread-optim
|
||||
error
|
||||
fatal-signal
|
||||
|
||||
Reference in New Issue
Block a user