summaryrefslogtreecommitdiff
path: root/modules/copy-file-range
blob: 42d6e6f311b28c4aee7602ebe5bfba782ab48892 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description:
Copy parts of files

Files:
lib/copy-file-range.c
m4/copy-file-range.m4

Depends-on:
largefile
unistd

configure.ac:
gl_FUNC_COPY_FILE_RANGE
if test $HAVE_COPY_FILE_RANGE = 0; then
  AC_LIBOBJ([copy-file-range])
fi
gl_UNISTD_MODULE_INDICATOR([copy-file-range])

Makefile.am:

Include:
<unistd.h>

License:
LGPLv2+

Maintainer:
all