gallium: replace INLINE with inline
[mesa.git] / src / gallium / auxiliary / os / os_memory_stdc.h
index 806e53635681f963fcc73da7006a46421cdd6cca..c9fde06d8ac2dea35aa68514d4e4d65a5c34cbac 100644 (file)
@@ -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;