about summary refs log tree commit diff
path: root/support/support.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/support.h')
-rw-r--r--support/support.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/support.h b/support/support.h
index 4ea92e1c21..9d95ebbea1 100644
--- a/support/support.h
+++ b/support/support.h
@@ -76,6 +76,7 @@ char *support_quote_string (const char *);
 void *xmalloc (size_t) __attribute__ ((malloc));
 void *xcalloc (size_t n, size_t s) __attribute__ ((malloc));
 void *xrealloc (void *p, size_t n);
+void *xposix_memalign (size_t alignment, size_t n);
 char *xasprintf (const char *format, ...)
   __attribute__ ((format (printf, 1, 2), malloc));
 char *xstrdup (const char *);