From b5cd18739a64c8d923a55b61c89ae3900faafd84 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 21:17:12 +0100 Subject: Fix include paths and formatting inconsistencies --- lib/libc/mman/munmap.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/libc/mman/munmap.c') diff --git a/lib/libc/mman/munmap.c b/lib/libc/mman/munmap.c index 6929fc64..04ad9800 100644 --- a/lib/libc/mman/munmap.c +++ b/lib/libc/mman/munmap.c @@ -1,6 +1,7 @@ -#include -#include -#include +#include "asm/unistd_64.h" // for __NR_munmap + +#include // for munmap, size_t +#include // for __syscall_2, syscall int munmap(void *addr, size_t len) { -- cgit v1.2.3