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
This commit is contained in:
cuz
2005-07-24 12:57:00 +00:00
parent 19cb64885d
commit 7a624b8901
4 changed files with 183 additions and 171 deletions

View File

@@ -41,7 +41,6 @@ CFLAGS = -Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include
# From C source-files
C_OBJS = _afailed.o \
_aligned_malloc.o \
_hextab.o \
_poserror.o \
_scanf.o \
@@ -66,6 +65,7 @@ C_OBJS = _afailed.o \
localtime.o \
mktime.o \
perror.o \
pmemalign.o \
puts.o \
qsort.o \
realloc.o \