CVSROOT: /cvs Module name: src Changes by: [email protected] 2008/12/30 22:21:47
Modified files:
lib/libc/stdlib: malloc.c
Log message:
PAGE_SIZE is not a valid symbol to use in that way. In particular,
on sparc, it expands to something that just plain does not work,
because the page size can be variable. Sorry we didn't spot this
before. Backing it all out to allow sparc to build; please find a
different way to fix it.
