File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
src/uucore/src/lib/features/buf_copy Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ // This file is part of the uutils coreutils package.
2+ //
3+ // For the full copyright and license information, please view the LICENSE
4+ // file that was distributed with this source code.
5+
16use crate :: error:: UError ;
27
38/// Error types used by buffer-copying functions from the `buf_copy` module.
Original file line number Diff line number Diff line change 1+ // This file is part of the uutils coreutils package.
2+ //
3+ // For the full copyright and license information, please view the LICENSE
4+ // file that was distributed with this source code.
5+
16use nix:: sys:: stat:: fstat;
27use nix:: { errno:: Errno , libc:: S_IFIFO } ;
38
Original file line number Diff line number Diff line change 1+ // This file is part of the uutils coreutils package.
2+ //
3+ // For the full copyright and license information, please view the LICENSE
4+ // file that was distributed with this source code.
5+
16use std:: io:: { Read , Write } ;
27
38use crate :: error:: UResult ;
You can’t perform that action at this time.
0 commit comments