view osdep/mmap_anon.h @ 23621:757d1fae7a44

revert broken r23628, mp_core.h is not included by cfg.h, so double extern declaration is not that simple to avoid.
author reimar
date Sun, 24 Jun 2007 11:18:12 +0000
parents 2de480457872
children d88f5f82826e
line wrap: on
line source

#ifndef _OSDEP_MMAP_ANON_H_
#define _OSDEP_MMAP_ANON_H_

#include <sys/types.h>

void *mmap_anon(void *, size_t, int, int, off_t);

#endif /* _OSDEP_MMAP_ANON_H_ */