diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-04-03 22:54:00 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-04-03 22:54:00 +0200 |
commit | 2be3edacc1f7279ac57b98e49ba3a189ae40b1fd (patch) | |
tree | e02109ceeb5efe4e6345bba55d3beaa47c5e99ae /libc/stdlib/malloc-standard/memalign.c | |
parent | 564a95241f8468145ff85998ef9173c46aed7636 (diff) |
stdlib: avoid relocation
valloc uses memalign
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/stdlib/malloc-standard/memalign.c')
-rw-r--r-- | libc/stdlib/malloc-standard/memalign.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/malloc-standard/memalign.c b/libc/stdlib/malloc-standard/memalign.c index 7e0674be5..6303c1dd9 100644 --- a/libc/stdlib/malloc-standard/memalign.c +++ b/libc/stdlib/malloc-standard/memalign.c @@ -127,4 +127,4 @@ void* memalign(size_t alignment, size_t bytes) __MALLOC_UNLOCK; return retval; } - +libc_hidden_def(memalign) |