about summary refs log tree commit diff
path: root/io/tst-copy_file_range.c
Commit message (Collapse)AuthorAgeFilesLines
* hurd: Fix building io/tst-copy_file_range.cSamuel Thibault2018-01-281-1/+3
| | | | | * io/tst-copy_file_range.c [!defined CLONE_NEWNS]: Do not include <sys/mount.h>.
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
| | | | | | | * All files with FSF copyright notices: Update copyright dates using scripts/update-copyrights. * locale/programs/charmap-kw.h: Regenerated. * locale/programs/locfile-kw.h: Likewise.
* copy_file_range: New function to copy file dataFlorian Weimer2017-12-221-0/+833
The semantics are based on the Linux system call, but a very close emulation in user space is provided.