mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 04:57:45 +00:00
mktemp, nproc, ptx, and uniq compilable on Fuchsia now.
This commit is contained in:
parent
c403270ac3
commit
c2882da2e7
1 changed files with 4 additions and 0 deletions
|
@ -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