PR70975 Pass valid offset argument to sendfile
authorUros Bizjak <ubizjak@gmail.com>
Thu, 27 Oct 2016 18:55:55 +0000 (20:55 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Thu, 27 Oct 2016 18:55:55 +0000 (20:55 +0200)
commit47ffb5d95eb5c5514dae306b7c8e4308f1f001a2
tree4ea39a1246fa9188aec95ff3d20641e31b04f656
parent4ce7157987f7d14279fe9c969f248ffc892cddf6
PR70975 Pass valid offset argument to sendfile

PR libstdc++/70975
* src/filesystem/ops.cc (do_copy_file) [_GLIBCXX_USE_SENDFILE]:
Pass non-null pointer to sendfile for offset argument.

From-SVN: r241629
libstdc++-v3/ChangeLog
libstdc++-v3/src/filesystem/ops.cc