Add TODO to _copyFile
This commit is contained in:
parent
820bf8814d
commit
14b48515a2
@ -395,9 +395,7 @@ _copyFile :: [SPDF.Flags]
|
|||||||
-> IO ()
|
-> IO ()
|
||||||
_copyFile sflags dflags from to
|
_copyFile sflags dflags from to
|
||||||
=
|
=
|
||||||
-- from sendfile(2) manpage:
|
-- TODO: add sendfile support
|
||||||
-- Applications may wish to fall back to read(2)/write(2) in the case
|
|
||||||
-- where sendfile() fails with EINVAL or ENOSYS.
|
|
||||||
withAbsPath to $ \to' -> withAbsPath from $ \from' ->
|
withAbsPath to $ \to' -> withAbsPath from $ \from' ->
|
||||||
void $ fallbackCopy from' to'
|
void $ fallbackCopy from' to'
|
||||||
where
|
where
|
||||||
|
Loading…
Reference in New Issue
Block a user