view modules/sleep @ 12496:a48d3d749ca5

Refactor common macros used in tests.
author Bruno Haible <bruno@clisp.org>
date Thu, 24 Dec 2009 21:01:42 +0100
parents 25e64e77bb53
children efab6978105e
line wrap: on
line source

Description:
sleep() function: pause execution of the current thread.

Files:
lib/sleep.c
m4/sleep.m4

Depends-on:
stdint
unistd
verify

configure.ac:
gl_FUNC_SLEEP
gl_UNISTD_MODULE_INDICATOR([sleep])

Makefile.am:

Include:
<unistd.h>

License:
LGPLv2+

Maintainer:
Bruno Haible