diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-04-17 18:45:45 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-04-17 18:48:31 +0200 |
commit | c556fe792d4075a365b276e51666a8009d7dca19 (patch) | |
tree | fb8ee66ac4292ef49388a150d359939d957648cf /test/TEST-02-CRYPTSETUP/test.sh | |
parent | 05b9b83ad3a990f1bbe417c8da377874e1e80539 (diff) |
bus: replace aligned_alloc() with memalign() everywhere
aligned_alloc() is C11 and not available everywhere. Also it would
require us to align the size value. So let's just invoke memalign()
instead, which is universally available and doesn't have any alignment
restrictions on the size parameter.
Diffstat (limited to 'test/TEST-02-CRYPTSETUP/test.sh')
0 files changed, 0 insertions, 0 deletions