timespec-sub: Fix compilation error on clang.
[gnulib.git] / modules / read
blob494506559c3ba20d5035aa2ddd0349e98a75fd8e
1 Description:
2 POSIX compatible read() function: read data from a file descriptor
4 Files:
5 lib/read.c
6 m4/read.m4
8 Depends-on:
9 unistd
10 msvc-inval      [test $REPLACE_READ = 1]
11 msvc-nothrow    [test $REPLACE_READ = 1]
13 configure.ac:
14 gl_FUNC_READ
15 gl_CONDITIONAL([GL_COND_OBJ_READ], [test $REPLACE_READ = 1])
16 AM_COND_IF([GL_COND_OBJ_READ], [
17   gl_PREREQ_READ
19 gl_UNISTD_MODULE_INDICATOR([read])
21 Makefile.am:
22 if GL_COND_OBJ_READ
23 lib_SOURCES += read.c
24 endif
26 Include:
27 <unistd.h>
29 License:
30 LGPLv2+
32 Maintainer:
33 all