mirror of https://git.musl-libc.org/git/musl
Browse Source
C11 has no requirement that the alignment be a multiple of sizeof(void*), and in fact seems to require any "valid alignment supported by the implementation" to work. since the alignment of char is 1 and thus a valid alignment, an alignment argument of 1 should be accepted.rs-1.0
2 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue