jit/cache tests: Fix crash with clang's UBSAN + ASAN.
[gnulib.git] / modules / sleep
blobfb81ebd6832444f956df8cb5e744aa343ba0b6e5
1 Description:
2 sleep() function: pause execution of the current thread.
4 Files:
5 lib/sleep.c
6 m4/sleep.m4
8 Depends-on:
9 unistd
10 assert-h        [test $HAVE_SLEEP = 0 || test $REPLACE_SLEEP = 1]
11 stdint          [test $HAVE_SLEEP = 0 || test $REPLACE_SLEEP = 1]
13 configure.ac:
14 gl_FUNC_SLEEP
15 gl_CONDITIONAL([GL_COND_OBJ_SLEEP],
16                [test $HAVE_SLEEP = 0 || test $REPLACE_SLEEP = 1])
17 gl_UNISTD_MODULE_INDICATOR([sleep])
19 Makefile.am:
20 if GL_COND_OBJ_SLEEP
21 lib_SOURCES += sleep.c
22 endif
24 Include:
25 <unistd.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 all