unikraft / lib-musl

musl: A C standard library
Other
8 stars 27 forks source link

Allow deselection of ukmmap #52

Closed marcrittinghaus closed 1 year ago

marcrittinghaus commented 1 year ago

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.

razvand commented 1 year ago

Thanks, @marcrittinghaus, this works on my side. I'll approve it after @eduardvintila's review.

razvand commented 1 year ago

@marcrittinghaus, would it make sense to prefix the commit message with Config.uk:?

marcrittinghaus commented 1 year ago

@razvand I updated the commit message.