* modules/threads-h (Makefile.am): Insert the required header file
snippets.
+2019-07-14 Bruno Haible <bruno@clisp.org>
+
+ threads-h: Fix generation of threads.h.
+ * modules/threads-h (Makefile.am): Insert the required header file
+ snippets.
+
2019-07-09 Bruno Haible <bruno@clisp.org>
striconveh test: Fix a compilation failure when iconv is not available.
-e 's|@''REPLACE_THRD_DETACH''@|$(REPLACE_THRD_DETACH)|g' \
-e 's|@''REPLACE_THRD_EQUAL''@|$(REPLACE_THRD_EQUAL)|g' \
-e 's|@''REPLACE_THRD_JOIN''@|$(REPLACE_THRD_JOIN)|g' \
+ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
+ -e '/definition of _Noreturn/r $(_NORETURN_H)' \
+ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
+ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
< $(srcdir)/threads.in.h; \
} > $@-t && \
mv $@-t $@