view osdep/mmap_anon.h @ 21189:40bb3d20a10b

Move osdep/mplayer.rc handling to the osdep Makefile.
author diego
date Sat, 25 Nov 2006 09:49:18 +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_ */