diff options
author | Rich Felker <dalias@aerifal.cx> | 2018-09-10 20:28:47 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2018-09-12 14:34:32 -0400 |
commit | b07a5d66988344616d8dc61c6930be134086e99c (patch) | |
tree | c1df504b87e559ea7a66bc5bbd0ba0dbcf345d04 /src/misc/getauxval.c | |
parent | 762cf6cdb36ec4403d833c85371a4df686e0e58d (diff) | |
download | musl-b07a5d66988344616d8dc61c6930be134086e99c.tar.gz musl-b07a5d66988344616d8dc61c6930be134086e99c.tar.xz musl-b07a5d66988344616d8dc61c6930be134086e99c.zip |
move __memalign declaration to malloc_impl.h
the malloc-implementation-private header is the only right place for this, because, being in the reserved namespace, __memalign is not interposable and thus not valid to use anywhere else. anything outside of the malloc implementation must call an appropriate-namespace public function (aligned_alloc or posix_memalign).
Diffstat (limited to 'src/misc/getauxval.c')
0 files changed, 0 insertions, 0 deletions