Mercurial > mplayer.hg
view osdep/mmap_anon.h @ 25233:7c82d9df9c38
Make the main m_option_t arrays const
author | reimar |
---|---|
date | Sun, 02 Dec 2007 16:45:34 +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_ */