From 80d24481060742c00cfe83a6a772db3856d1e7cb Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 20 Jun 2019 04:17:30 +0200 Subject: threads-h: New module. * lib/threads.in.h: New file. * m4/threads.m4: New file. * m4/yield.m4 (gl_YIELD): Update comment. * modules/threads-h: New file. * modules/yields (configure.ac): Use AC_REQUIRE. * doc/posix-headers/threads.texi: Mention the new module and the AIX bugs. --- modules/yield | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/yield') diff --git a/modules/yield b/modules/yield index 24ffcdd243..71e00ea73d 100644 --- a/modules/yield +++ b/modules/yield @@ -9,7 +9,7 @@ Depends-on: threadlib configure.ac: -gl_YIELD +AC_REQUIRE([gl_YIELD]) Makefile.am: lib_SOURCES += glthread/yield.h -- cgit v1.2.1