d317ce0367
posix_memalign() will either return 0 or not, indicating success. And if posix_memalign() fails, it's not always going to be due to out-of-memory -- just return ERR_IN_ERRNO. This commit was SVN r22070.