]> Savannah Git Hosting - gnulib.git/commit
copy-file-range: new module
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 5 Jun 2019 02:54:09 +0000 (19:54 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 5 Jun 2019 02:58:52 +0000 (19:58 -0700)
commit508eb99193de67a76bd3e02e85504cbc555f0a61
treeac7ebbb7e318ae8b112a820c49fa5fc182456a35
parentb8e6ceb712d1c808553af50517b0267f096c8468
copy-file-range: new module

* MODULES.html.sh: Add copy-file-range.
* lib/copy-file-range.c, m4/copy-file-range.m4:
* modules/copy-file-range: New files.
* lib/unistd.in.h (copy_file_range): Declare.
* m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS):
Set up GNULIB_COPY_FILE_RANGE and HAVE_COPY_FILE_RANGE.
* modules/unistd (unistd.h): Substitute them.
ChangeLog
MODULES.html.sh
lib/copy-file-range.c [new file with mode: 0644]
lib/unistd.in.h
m4/copy-file-range.m4 [new file with mode: 0644]
m4/unistd_h.m4
modules/copy-file-range [new file with mode: 0644]
modules/unistd