1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

mktemp, nproc, ptx, and uniq compilable on Fuchsia now.

This commit is contained in:
Lei Zhang 2016-11-29 10:43:27 -05:00
parent c403270ac3
commit c2882da2e7

View file

@ -86,12 +86,15 @@ fuchsia = [
"link",
"ln",
"mkdir",
"mktemp",
"mv",
"nl",
"nproc",
"od",
"paste",
"printenv",
"printf",
"ptx",
"pwd",
"readlink",
"realpath",
@ -115,6 +118,7 @@ fuchsia = [
"truncate",
"tsort",
"unexpand",
"uniq",
"wc",
"whoami",
"yes",