summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/os/os_memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/os/os_memory.h')
-rw-r--r--src/gallium/auxiliary/os/os_memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/os/os_memory.h b/src/gallium/auxiliary/os/os_memory.h
index 704aa0762b..556662d35e 100644
--- a/src/gallium/auxiliary/os/os_memory.h
+++ b/src/gallium/auxiliary/os/os_memory.h
@@ -58,7 +58,7 @@ void *
os_realloc(void *ptr, size_t old_size, size_t new_size);
void *
-os_malloc_aligned(size_t size, uint alignment);
+os_malloc_aligned(size_t size, size_t alignment);
void
os_free_aligned(void *ptr);