Mercurial > mplayer.hg
view osdep/mmap_anon.h @ 21246:4fb09861b4eb
Fix loader code: closed .dll file handles when it should not
author | reimar |
---|---|
date | Sun, 26 Nov 2006 13:02:02 +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_ */