mirror of
https://github.com/fluencelabs/musl
synced 2025-06-28 06:02:04 +00:00
fix missing include in posix_madvise.c (compile error)
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
#define _GNU_SOURCE
|
||||
#include <sys/mman.h>
|
||||
#include "syscall.h"
|
||||
|
||||
int posix_madvise(void *addr, size_t len, int advice)
|
||||
{
|
||||
|
Reference in New Issue
Block a user