view modules/sleep @ 12430:235cc0b78f8a

New module 'nl_langinfo'.
author Bruno Haible <bruno@clisp.org>
date Fri, 11 Dec 2009 20:09:02 +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