]> Savannah Git Hosting - gnulib.git/commitdiff
threads: New module.
authorBruno Haible <bruno@clisp.org>
Thu, 20 Jun 2019 02:41:03 +0000 (04:41 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 20 Jun 2019 02:46:58 +0000 (04:46 +0200)
* modules/threads: New file.

ChangeLog
modules/threads [new file with mode: 0644]

index 4f1d7245cd31a1bee3008d0efc2d682569135fe5..08076909d4c0c9b56074b1f1dd41e10829e21b02 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-06-20  Bruno Haible  <bruno@clisp.org>
+
+       threads: New module.
+       * modules/threads: New file.
+
 2019-06-20  Bruno Haible  <bruno@clisp.org>
 
        tss: Add tests.
diff --git a/modules/threads b/modules/threads
new file mode 100644 (file)
index 0000000..2693bd5
--- /dev/null
@@ -0,0 +1,27 @@
+Description:
+ISO C 11 multithreading functions.
+
+Files:
+
+Depends-on:
+threads-h
+thrd
+mtx
+cnd
+tss
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<threads.h>
+
+Link:
+$(LTLIBSTDTHREAD) when linking with libtool, $(LIBSTDTHREAD) otherwise
+
+License:
+LGPLv2+
+
+Maintainer:
+all