Menu

#16 fallback mmap() to MAP_PRIVATE

open
nobody
None
5
2010-08-28
2010-08-28
No

on nommu linux, the MAP_SHARED option has semantics that have more restrictions than the mmu version. as such, sometimes only MAP_PRIVATE works. so it'd be nice if the current mmap() code tried MAP_SHARED, and if it fails, fall back to MAP_PRIVATE before finally bailing.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.