readme: mmap anonymous

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-10-06 00:00:00 +00:00
parent e2b8bcdc3f
commit 05f9a1f4be

View File

@@ -13099,7 +13099,7 @@ Linux adds has several POSIX extension flags to it.
Basic `mmap` example, do the same as link:userland/c/malloc.c[], but with `mmap`.
Example: userland/linux/mmap_anonymous.c[]
Example: link:userland/linux/mmap_anonymous.c[]
In POSIX 7 mmap always maps to a file.