fix missing include in posix_madvise.c (compile error)
This commit is contained in:
parent
2357350924
commit
53ab4e793b
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#define _GNU_SOURCE
|
||||
#include <sys/mman.h>
|
||||
#include "syscall.h"
|
||||
|
||||
int posix_madvise(void *addr, size_t len, int advice)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue