view osdep/mmap_anon.h @ 21212:00f6e8e5e018

fix typos noticed by Diego
author gpoirier
date Sat, 25 Nov 2006 17:03:12 +0000
parents d9cedf7b8069
children 2de480457872
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, int *, off_t);

#endif /* _OSDEP_MMAP_ANON_H_ */