]> xenbits.xensource.com Git - unikraft/libs/musl.git/commit
Include musl's own headers when building
authorAndrei Tatar <andrei@unikraft.io>
Thu, 4 May 2023 08:41:57 +0000 (10:41 +0200)
committerUnikraft <monkey@unikraft.io>
Thu, 1 Jun 2023 19:28:50 +0000 (19:28 +0000)
commit643ab4882ed4704ca92775ea28bb032a4fa4b36b
tree660f996d678c8a70eeac3c6d120ec31ab6f36e65
parent0034cd86313d71d7db12dc46c248ca0d8846aa8a
Include musl's own headers when building

This fixes a build error where an internal use of `prctl` fails due to a
missing prototype declaration.

Signed-off-by: Andrei Tatar <andrei@unikraft.io>
Reviewed-by: Rares Miculescu <miculescur@gmail.com>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
Approved-by: Eduard Vintilă <eduard.vintila47@gmail.com>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #45
Makefile.rules