Hi Kito, Kito Cheng wrote,
Hi all:
uclibc seem will set argument *memptr to NULL when posix_memalign[1] fail, I know it's not specify in most document[1-3], but other libc (newlib, glibc, musl) implementations are not set it to NULL if fail and gcc testsuite have 1 test case for that[7], so how about make uclib consistent to other libc?
Good idea, patch does run through regression testing and pushed,
Thanks best regards Waldemar