]> git.sur5r.net Git - cc65/commit
Replaced _aligned_malloc by the POSIX compatible function posix_memalign
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 24 Jul 2005 12:57:00 +0000 (12:57 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 24 Jul 2005 12:57:00 +0000 (12:57 +0000)
commit7a624b8901a256cded665ac72249b91679ac2a15
tree58a8e229c97a96a3934123e91c3bca5aec76bdef
parent19cb64885d4c349fece2e0d47e8a55ec1fde1e48
Replaced _aligned_malloc by the POSIX compatible function posix_memalign
(Greg King).

git-svn-id: svn://svn.cc65.org/cc65/trunk@3537 b7a2c559-68d2-44c3-8de9-860c34a00d81
include/stdlib.h
libsrc/common/Makefile
libsrc/common/_aligned_malloc.c [deleted file]
libsrc/common/pmemalign.c [new file with mode: 0644]