mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
26 lines
264 B
Plaintext
26 lines
264 B
Plaintext
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
|
|
|