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/posix_madvise.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/libc/mman/posix_madvise.c') diff --git a/lib/libc/mman/posix_madvise.c b/lib/libc/mman/posix_madvise.c index a19adec2..e81c6712 100644 --- a/lib/libc/mman/posix_madvise.c +++ b/lib/libc/mman/posix_madvise.c @@ -1,5 +1,7 @@ -#include -#include +#include "asm/unistd_64.h" // for __NR_madvise + +#include // for posix_madvise, size_t +#include // for __syscall_3, syscall int posix_madvise(void *addr, size_t len, int advice) { -- cgit v1.2.3