]> Savannah Git Hosting - gnulib.git/commit
posix_memalign: port better to OpenBSD 6.2+ cross
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Oct 2024 21:34:10 +0000 (14:34 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Oct 2024 21:46:38 +0000 (14:46 -0700)
commit54483dcfe9d086a59ecbc6ad5f859245aa6594c7
tree3d5b378b910f95b4702ccfa32ddb3e9bb9f24d49
parent11d4830765f72b3b282555ee4b815c2de7d30cdd
posix_memalign: port better to OpenBSD 6.2+ cross

* m4/posix_memalign.m4 (gl_FUNC_POSIX_MEMALIGN):
Don’t assume sizeof (void *) <= 32 (!).
The bug is fixed in OpenBSD 6.2+.
ChangeLog
m4/posix_memalign.m4