summaryrefslogtreecommitdiff
path: root/gnulib/modules/yield
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/yield')
m---------gnulib0
-rw-r--r--gnulib/modules/yield29
2 files changed, 29 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/yield b/gnulib/modules/yield
new file mode 100644
index 0000000..24ffcdd
--- /dev/null
+++ b/gnulib/modules/yield
@@ -0,0 +1,29 @@
+Description:
+Yielding the processor to other threads.
+
+Files:
+lib/glthread/yield.h
+m4/yield.m4
+
+Depends-on:
+threadlib
+
+configure.ac:
+gl_YIELD
+
+Makefile.am:
+lib_SOURCES += glthread/yield.h
+
+Include:
+"glthread/yield.h"
+
+Link:
+$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
+$(YIELD_LIB)
+
+License:
+LGPLv2+
+
+Maintainer:
+Yoann Vandoorselaere
+