2006-07-31 Jeff Johnston <jjohnstn@redhat.com>

* libc/sys/linux/mmap.c: Remove include of sys/mman.h
        to avoid conflict with newer glibc's revision of mremap.
This commit is contained in:
Jeff Johnston
2006-07-31 22:21:24 +00:00
parent b23bc8c33c
commit cc023a7557
2 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,6 @@
/* Copyright 2002, Red Hat Inc. */
#include <sys/mman.h>
#include <machine/syscall.h>
_syscall6(void *,mmap,void *,addr,size_t,len,int,prot,int,flags,int,fd,off_t,off);