Browse Source

fix missing include in posix_madvise.c (compile error)

rs-1.0
Rich Felker 15 years ago
parent
commit
53ab4e793b
  1. 1
      src/mman/posix_madvise.c

1
src/mman/posix_madvise.c

@ -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…
Cancel
Save