summaryrefslogtreecommitdiffstats
path: root/osdep/mmap_anon.h
blob: f8712ca6282b9c6d931e794441ac60740b72877e (plain)
1
2
3
4
5
6
7
8
#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 */