1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 05:27:45 +00:00

Implements libc file open flags (unix only)

This commit is contained in:
Tyler 2021-06-17 14:33:30 -07:00
parent 19996c10a9
commit d14b5843a3
3 changed files with 132 additions and 6 deletions

1
Cargo.lock generated
View file

@ -1760,6 +1760,7 @@ dependencies = [
"gcd",
"getopts",
"hex-literal",
"libc",
"md-5",
"signal-hook",
"uucore",