]> xenbits.xensource.com Git - unikraft/libs/musl.git/commit
Config.uk: Allow deselection of ukmmap
authorMarc Rittinghaus <marc.rittinghaus@unikraft.io>
Wed, 17 May 2023 13:17:45 +0000 (15:17 +0200)
committerUnikraft <monkey@unikraft.io>
Thu, 10 Aug 2023 17:33:38 +0000 (17:33 +0000)
commit9a7cb5638b2b518b54e9f8f6434334a50893f84e
treeacbbf9ea8d61db00868ae17eef933706cf97ca95
parent860d2c2d57eb5d92f6b7477df7fa4a372be27bb6
Config.uk: Allow deselection of ukmmap

With posix-mmap we have an alternative implementation of the memory
management functions such as mmap, mprotect, etc. To be able to select
posix-mmap, we must deselect ukmmap. Thus, this commit removes the
hard dependency.

Signed-off-by: Marc Rittinghaus <marc.rittinghaus@unikraft.io>
Reviewed-by: Eduard Vintilă <eduard.vintila47@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #52
Config.uk