summaryrefslogtreecommitdiff
path: root/io/tst-copy_file_range.c
AgeCommit message (Collapse)Author
2018-01-28hurd: Fix building io/tst-copy_file_range.cSamuel Thibault
* io/tst-copy_file_range.c [!defined CLONE_NEWNS]: Do not include <sys/mount.h>.
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
* 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.
2017-12-22copy_file_range: New function to copy file dataFlorian Weimer
The semantics are based on the Linux system call, but a very close emulation in user space is provided.