summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2013-01-11 16:54:40 -0500
committerAnthony Green <green@moxielogic.com>2013-01-11 16:54:40 -0500
commit05fbe1faedc7b2580d5f14010d00e9e3cee73951 (patch)
treebce8f08bd026a4381f45cd314e88d8871a0030a2 /testsuite
parent0b4986a7889ed1864674192228f1162c1b5770a8 (diff)
downloadlibffi-05fbe1faedc7b2580d5f14010d00e9e3cee73951.tar.gz
xlc compiler support
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/libffi.call/ffitest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/libffi.call/ffitest.h b/testsuite/libffi.call/ffitest.h
index a264fb5..5564b6d 100644
--- a/testsuite/libffi.call/ffitest.h
+++ b/testsuite/libffi.call/ffitest.h
@@ -128,7 +128,7 @@
#endif
#ifdef USING_MMAP
-static inline void *
+static void *
allocate_mmap (size_t size)
{
void *page;