summaryrefslogtreecommitdiff
path: root/usr/src/boot/lib/libstand/zalloc_protos.h
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2019-09-16 13:09:40 +0300
committerToomas Soome <tsoome@me.com>2019-09-27 19:12:35 +0300
commit081aa5f609710eb34401f4494245119e2aca553f (patch)
treed74af8fe8a5e6f519c8cd9624e05b5ed59bfe2c8 /usr/src/boot/lib/libstand/zalloc_protos.h
parentb6242eb47febde0b1450b13b626fae868830a828 (diff)
downloadillumos-joyent-081aa5f609710eb34401f4494245119e2aca553f.tar.gz
11716 loader: add memalign()
Reviewed by: Jason King <jason.king@joyent.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src/boot/lib/libstand/zalloc_protos.h')
-rw-r--r--usr/src/boot/lib/libstand/zalloc_protos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/boot/lib/libstand/zalloc_protos.h b/usr/src/boot/lib/libstand/zalloc_protos.h
index 0df9c91795..71f29c5fd3 100644
--- a/usr/src/boot/lib/libstand/zalloc_protos.h
+++ b/usr/src/boot/lib/libstand/zalloc_protos.h
@@ -30,7 +30,7 @@
#ifndef _ZALLOC_PROTOS_H
#define _ZALLOC_PROTOS_H
-Library void *znalloc(struct MemPool *mpool, uintptr_t bytes);
+Library void *znalloc(struct MemPool *mpool, uintptr_t bytes, size_t align);
Library void zfree(struct MemPool *mpool, void *ptr, uintptr_t bytes);
Library void zextendPool(MemPool *mp, void *base, uintptr_t bytes);
Library void zallocstats(struct MemPool *mp);