mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
Merge pull request #1005 from antiagainst/fuchsia
mktemp, nproc, ptx, and uniq compilable on Fuchsia now.
This commit is contained in:
commit
a6cda50ac8
2 changed files with 4 additions and 1 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -184,7 +184,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
name = "cat"
|
name = "cat"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"uucore 0.0.1",
|
"uucore 0.0.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -86,12 +86,15 @@ fuchsia = [
|
||||||
"link",
|
"link",
|
||||||
"ln",
|
"ln",
|
||||||
"mkdir",
|
"mkdir",
|
||||||
|
"mktemp",
|
||||||
"mv",
|
"mv",
|
||||||
"nl",
|
"nl",
|
||||||
|
"nproc",
|
||||||
"od",
|
"od",
|
||||||
"paste",
|
"paste",
|
||||||
"printenv",
|
"printenv",
|
||||||
"printf",
|
"printf",
|
||||||
|
"ptx",
|
||||||
"pwd",
|
"pwd",
|
||||||
"readlink",
|
"readlink",
|
||||||
"realpath",
|
"realpath",
|
||||||
|
@ -115,6 +118,7 @@ fuchsia = [
|
||||||
"truncate",
|
"truncate",
|
||||||
"tsort",
|
"tsort",
|
||||||
"unexpand",
|
"unexpand",
|
||||||
|
"uniq",
|
||||||
"wc",
|
"wc",
|
||||||
"whoami",
|
"whoami",
|
||||||
"yes",
|
"yes",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue