Add a comment that explains why this header has no multiple inclusion guards.
[mplayer/greg.git] / osdep / mmap_anon.h
blob7845a9bc05f7270f153a747ec09ff124e6ce6c36
1 #ifndef MMAP_ANON_H
2 #define MMAP_ANON_H
4 #include <sys/types.h>
6 void *mmap_anon(void *, size_t, int, int, off_t);
8 #endif /* MMAP_ANON_H */