summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/os/os_memory_stdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/os/os_memory_stdc.h')
-rw-r--r--src/gallium/auxiliary/os/os_memory_stdc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/os/os_memory_stdc.h b/src/gallium/auxiliary/os/os_memory_stdc.h
index 806e536..c9fde06 100644
--- a/src/gallium/auxiliary/os/os_memory_stdc.h
+++ b/src/gallium/auxiliary/os/os_memory_stdc.h
@@ -50,7 +50,7 @@
#if defined(HAVE_POSIX_MEMALIGN)
-static INLINE void *
+static inline void *
os_malloc_aligned(size_t size, size_t alignment)
{
void *ptr;