10l: comparison of char* ptrs with string literals
[mplayer.git] / osdep / mmap_anon.h
blobe0f2d4e1ed0654a12992088510bdd8b64ef7b12c
1 #ifndef _OSDEP_MMAP_ANON_H_
2 #define _OSDEP_MMAP_ANON_H_
4 #include <sys/types.h>
6 void *mmap_anon(void *, size_t, int, int, off_t);
8 #endif /* _OSDEP_MMAP_ANON_H_ */