repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
copy-file-range
blob
42d6e6f311b28c4aee7602ebe5bfba782ab48892
1
Description:
2
Copy parts of files
3
4
Files:
5
lib/copy-file-range.c
6
m4/copy-file-range.m4
7
8
Depends-on:
9
largefile
10
unistd
11
12
configure.ac:
13
gl_FUNC_COPY_FILE_RANGE
14
if test $HAVE_COPY_FILE_RANGE = 0; then
15
AC_LIBOBJ([copy-file-range])
16
fi
17
gl_UNISTD_MODULE_INDICATOR([copy-file-range])
18
19
Makefile.am:
20
21
Include:
22
<unistd.h>
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
all