futimens: fix configure check
[gnulib.git] / modules / usleep
1 Description:
2 usleep() function: pause execution of the current thread.
3
4 Files:
5 lib/usleep.c
6 m4/usleep.m4
7
8 Depends-on:
9 extensions
10 sleep
11 unistd
12
13 configure.ac:
14 gl_FUNC_USLEEP
15 gl_UNISTD_MODULE_INDICATOR([usleep])
16
17 Makefile.am:
18
19 Include:
20 <unistd.h>
21
22 License:
23 LGPLv2+
24
25 Maintainer:
26 Eric Blake