]> xenbits.xensource.com Git - unikraft/libs/musl.git/commit
Config.uk: Add posix-tty as dependency to stdio
authorAndrei Tatar <andrei@unikraft.io>
Mon, 24 Feb 2025 11:18:16 +0000 (12:18 +0100)
committerRazvan Deaconescu <razvand@unikraft.io>
Tue, 25 Feb 2025 22:53:11 +0000 (00:53 +0200)
commitfb1a30557992773beade4e37413df1355edf0c4b
tree5b257b609324e61a0f4d8cdbf7f86a3591969878
parent863d57f979b8c75e5e4e0a3cb479ef56045015eb
Config.uk: Add posix-tty as dependency to stdio

This change adds an explicit dependency on posix-tty and its STDIO
option for when the libstdio sub-lib of musl is enabled.
This makes musl's assumption that fds 0, 1, 2 be opened to something
meaningful an explicit configuration requirement on the kernel.

Signed-off-by: Andrei Tatar <andrei@unikraft.io>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
GitHub-Closes: #85
Config.uk