OSDN Git Service

Use MAP_PRIVATE whenever __ARCH_HAS_MMU__ is set.
authorEric Andersen <andersen@codepoet.org>
Thu, 15 Jul 2004 08:06:25 +0000 (08:06 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 15 Jul 2004 08:06:25 +0000 (08:06 -0000)
commit921fde55c32eecb4087ca59b41982b7e5c4731d1
treef3a4add7cdcb203f128eab7cb66360443823bb2f
parent288a56c4a2ddb87a61fe11a3c1d3a95a01b70878
Use MAP_PRIVATE whenever __ARCH_HAS_MMU__ is set.
Only use MAP_SHARED when mmu-less.
libc/stdlib/malloc-simple/alloc.c
libc/stdlib/malloc-standard/malloc.c
libc/stdlib/malloc-standard/malloc.h
libc/stdlib/malloc/malloc.c