summaryrefslogtreecommitdiff
path: root/modules/copy-file-range
blob: 4707f9756199d924997cd135ebb9d05ffdcbc1d2 (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
29
30
31
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
gl_CONDITIONAL([GL_COND_OBJ_COPY_FILE_RANGE],
               [test $HAVE_COPY_FILE_RANGE = 0 ||
                test $REPLACE_COPY_FILE_RANGE = 1])
gl_UNISTD_MODULE_INDICATOR([copy-file-range])

Makefile.am:
if GL_COND_OBJ_COPY_FILE_RANGE
lib_SOURCES += copy-file-range.c
endif

Include:
<unistd.h>

License:
LGPLv2+

Maintainer:
all