1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Merge pull request #7439 from dezgeg/ficlone

cp: Use FICLONE ioctl constant from linux-raw-sys
This commit is contained in:
Sylvestre Ledru 2025-03-14 09:59:36 +01:00 committed by GitHub
commit d570512bdc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 10 deletions

1
Cargo.lock generated
View file

@ -2616,6 +2616,7 @@ dependencies = [
"filetime",
"indicatif",
"libc",
"linux-raw-sys 0.9.2",
"quick-error",
"selinux",
"uucore",