Closed mato closed 4 years ago
In the failure cases, posix_memalign() should return -1 and set errno rather than returning an errno value.
Ignoring the FreeBSD 4.09.0 failure, it's a transient error.
In the failure cases, posix_memalign() should return -1 and set errno rather than returning an errno value.