1
Fork 0
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:
Jan Scheer 2022-08-30 21:42:14 +02:00 committed by Sylvestre Ledru
parent 942928b0ea
commit 74f359bd76
5 changed files with 23 additions and 21 deletions

1
Cargo.lock generated
View file

@ -2816,6 +2816,7 @@ dependencies = [
"libc",
"nix",
"notify",
"same-file",
"uucore",
"winapi",
"winapi-util",