view osdep/mmap_anon.h @ 21227:308495b6d611

Rename Gui/mplayer/mplayer.h to gmplayer.h, another file named mplayer.h already exists, both get included at the same time in some files...
author diego
date Sat, 25 Nov 2006 18:37:37 +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_ */