]> xenbits.xensource.com Git - unikraft/libs/musl.git/commit
Include ucontext header files
authorMarco Schlumpp <marco@unikraft.io>
Tue, 18 Apr 2023 12:54:06 +0000 (14:54 +0200)
committerUnikraft <monkey@unikraft.io>
Thu, 4 May 2023 14:30:06 +0000 (14:30 +0000)
commit8105c95d34eda53619393161699b31b8deade542
treea4821e0b854dae9a0b2ce0f348239e5d7273cca0
parent4da593286fcaedb92bb9c7ad1b3b9e56f21ba511
Include ucontext header files

While musl doesn't provide an actual implementation for the legacy
ucontext API, the header is still useful to compile software against
musl. Also, some software only relies on the definitions in the header.

Signed-off-by: Marco Schlumpp <marco@unikraft.io>
Reviewed-by: Eduard Vintilă <eduard.vintila47@gmail.com>
Reviewed-by: Sergiu Moga <sergiu.moga@protonmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #41
Makefile.uk.musl.process