mirror of
https://github.com/systemd/systemd.git
synced 2025-03-08 08:58:27 +03:00
util: document why we have alloca_align()
This commit is contained in:
parent
ae6c3cc009
commit
257224b0cd
@ -883,6 +883,7 @@ int unlink_noerrno(const char *path);
|
||||
(void *) memset(_new_, 0, _len_); \
|
||||
})
|
||||
|
||||
/* It's not clear what alignment glibc/gcc alloca() guarantee, hence provide a guaranteed safe version */
|
||||
#define alloca_align(size, align) \
|
||||
({ \
|
||||
void *_ptr_; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user