I see from build 127, rw/config/stdcxx_amd64.h:#define _RWSTD_NO_MADVISE rw/config/stdcxx_i386.h:#define _RWSTD_NO_MADVISE
I'm guessing that the madvise defined in /usr/include/sys/mman.h doesn't follow the correct prototype, since there is a new posix_madvise function defined. Are there any thoughts on whether there's an advantage to making stdcxx4 use the posix_madvise call? Ben
