diff modules/sleep @ 8786:b7c6961fb530

New module 'sleep'.
author Bruno Haible <bruno@clisp.org>
date Tue, 01 May 2007 22:15:01 +0000 (2007-05-01)
parents
children 27a1858c4c79
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/modules/sleep
@@ -0,0 +1,25 @@
+Description:
+sleep() function: pause execution of the current thread.
+
+Files:
+lib/sleep.c
+m4/sleep.m4
+
+Depends-on:
+unistd
+
+configure.ac:
+gl_FUNC_SLEEP
+gl_UNISTD_MODULE_INDICATOR([sleep])
+
+Makefile.am:
+
+Include:
+<unistd.h>
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+