Mercurial > mplayer.hg
view osdep/mmap_anon.h @ 26056:5ce6348b1a6e
On OS/2, fall back on the directory where MPlayer is installed if both
MPLAYER_HOME and HOME are not set.
patch by KO Myung-Hun, komh chollian net
author | diego |
---|---|
date | Sun, 24 Feb 2008 12:41:51 +0000 |
parents | 4129c8cfa742 |
children | 5cfef41a1771 |
line wrap: on
line source
#ifndef MPLAYER_MMAP_ANON_H #define MPLAYER_MMAP_ANON_H #include <sys/types.h> void *mmap_anon(void *, size_t, int, int, off_t); #endif /* MPLAYER_MMAP_ANON_H */