cperciva 2004/04/18 16:36:45 PDT
FreeBSD src repository
Modified files:
lib/libc/sys mmap.2
Log:
Document POSIX stupidity: Attempts to mmap zero bytes will succeed (and
have no effect), while attempts to munmap zero bytes will fail.
Revision Changes Path
1.49 +7 -0 src/lib/libc/sys/mmap.2