timers: Remove GetRelativeTime()
[mplayer/glamo.git] / osdep / mmap_anon.h
blobf8712ca6282b9c6d931e794441ac60740b72877e
1 #ifndef MPLAYER_MMAP_ANON_H
2 #define MPLAYER_MMAP_ANON_H
4 #include <sys/types.h>
6 void *mmap_anon(void *, size_t, int, int, off_t);
8 #endif /* MPLAYER_MMAP_ANON_H */