summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
Diffstat (limited to 'osdep')
-rw-r--r--osdep/mmap_anon.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/osdep/mmap_anon.h b/osdep/mmap_anon.h
index e0f2d4e1ed..7845a9bc05 100644
--- a/osdep/mmap_anon.h
+++ b/osdep/mmap_anon.h
@@ -1,8 +1,8 @@
-#ifndef _OSDEP_MMAP_ANON_H_
-#define _OSDEP_MMAP_ANON_H_
+#ifndef MMAP_ANON_H
+#define MMAP_ANON_H
#include <sys/types.h>
void *mmap_anon(void *, size_t, int, int, off_t);
-#endif /* _OSDEP_MMAP_ANON_H_ */
+#endif /* MMAP_ANON_H */