diff options
Diffstat (limited to 'libc/sysdeps')
-rw-r--r-- | libc/sysdeps/linux/common/madvise.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/madvise.c b/libc/sysdeps/linux/common/madvise.c index 9fe6531ee..e24095729 100644 --- a/libc/sysdeps/linux/common/madvise.c +++ b/libc/sysdeps/linux/common/madvise.c @@ -8,4 +8,6 @@ */ #include "syscalls.h" +#ifdef __NR_madvise _syscall3(int, madvise, void *, __addr, size_t, __len, int, __advice); +#endif |