CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2014/06/27 13:02:54
Modified files: lib/libc/sys : mmap.2 Log message: Revise wording to reflect that callers should always specify (exactly) one of MAP_PRIVATE or MAP_SHARED, as required by POSIX. However, also caveat that currently OpenBSD doesn't strictly enforce this behavior.