touch: fix ~ recategorize 'touch' from 'fuchsia' (ie, unix) to 'generic'

This commit is contained in:
Roy Ivy III 2018-11-25 10:46:23 -06:00
parent 2cf92a3e69
commit 44af40797c

View file

@ -56,7 +56,6 @@ fuchsia = [
"nice",
"pathchk",
"stdbuf",
"touch",
"tty",
"uname",
"unlink",
@ -69,6 +68,7 @@ generic = [
"hostname",
"nproc",
"sync",
"touch",
"whoami",
"redox_generic"
]