diff options
Diffstat (limited to 'lib/libc/sys/msync.2')
-rw-r--r-- | lib/libc/sys/msync.2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/msync.2 b/lib/libc/sys/msync.2 index d976e30..88dd7f7 100644 --- a/lib/libc/sys/msync.2 +++ b/lib/libc/sys/msync.2 @@ -38,6 +38,8 @@ .Nm msync .Nd synchronize a mapped region .Sh SYNOPSIS +.Fd #include <sys/types.h> +.Fd #include <sys/mman.h> .Fn msync "caddr_t addr" "int len" "int flags" .Sh DESCRIPTION The |