mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-05 15:37:47 +00:00
tail: use same-file crate to get a handle of stdin redirected file
This commit is contained in:
parent
942928b0ea
commit
74f359bd76
5 changed files with 23 additions and 21 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2816,6 +2816,7 @@ dependencies = [
|
|||
"libc",
|
||||
"nix",
|
||||
"notify",
|
||||
"same-file",
|
||||
"uucore",
|
||||
"winapi",
|
||||
"winapi-util",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue