mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
build: uname
is WinOS-compatible; move to 'Tier1' feature
This commit is contained in:
parent
666fe68675
commit
9b27cd8cb3
1 changed files with 1 additions and 1 deletions
|
@ -115,6 +115,7 @@ feat_Tier1 = [
|
|||
"nproc",
|
||||
"sync",
|
||||
"touch",
|
||||
"uname",
|
||||
"whoami",
|
||||
]
|
||||
## (primary platforms) feature sets
|
||||
|
@ -194,7 +195,6 @@ feat_require_unix = [
|
|||
"stty",
|
||||
"timeout",
|
||||
"tty",
|
||||
"uname",
|
||||
]
|
||||
# "feat_require_unix_utmpx" == set of utilities requiring unix utmp/utmpx support
|
||||
# * ref: <https://wiki.musl-libc.org/faq.html#Q:-Why-is-the-utmp/wtmp-functionality-only-implemented-as-stubs?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue