xlc compiler support

This commit is contained in:
Anthony Green
2013-01-11 16:54:40 -05:00
parent 0b4986a788
commit 05fbe1faed
5 changed files with 21 additions and 11 deletions

View File

@@ -128,7 +128,7 @@
#endif
#ifdef USING_MMAP
static inline void *
static void *
allocate_mmap (size_t size)
{
void *page;