]> xenbits.xensource.com Git - unikraft/libs/musl.git/commit
Remove mprotect stub
authorMarco Schlumpp <marco@unikraft.io>
Tue, 18 Apr 2023 12:55:07 +0000 (14:55 +0200)
committerUnikraft <monkey@unikraft.io>
Thu, 4 May 2023 14:30:06 +0000 (14:30 +0000)
commitbf8235826d12214c6d44fe9c63bf947a88db00be
treec47e21d9819065d8863a619c85d7601aa5210d16
parentaab68773f4e7a3c8dcf79ad17aa9fb6587e55b69
Remove mprotect stub

The real one provided in `mprotect.c` works with the `mprotect` system
call introduced with the posix-mmap library.

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
mem.c