Note that <sys/types.h> in no longer a prerequisite for <utime.h> and

<sys/mman.h>.
This commit is contained in:
Mike Barcroft 2002-08-24 00:39:43 +00:00
parent b36a5d7090
commit 7ab2cd8c38
8 changed files with 0 additions and 8 deletions

View File

@ -41,7 +41,6 @@
.Sh LIBRARY .Sh LIBRARY
.Lb libc .Lb libc
.Sh SYNOPSIS .Sh SYNOPSIS
.In sys/types.h
.In utime.h .In utime.h
.Ft int .Ft int
.Fn utime "const char *file" "const struct utimbuf *timep" .Fn utime "const char *file" "const struct utimbuf *timep"

View File

@ -41,7 +41,6 @@
.Sh LIBRARY .Sh LIBRARY
.Lb libc .Lb libc
.Sh SYNOPSIS .Sh SYNOPSIS
.In sys/types.h
.In sys/mman.h .In sys/mman.h
.Ft int .Ft int
.Fn madvise "void *addr" "size_t len" "int behav" .Fn madvise "void *addr" "size_t len" "int behav"

View File

@ -41,7 +41,6 @@
.Sh LIBRARY .Sh LIBRARY
.Lb libc .Lb libc
.Sh SYNOPSIS .Sh SYNOPSIS
.In sys/types.h
.In sys/mman.h .In sys/mman.h
.Ft int .Ft int
.Fn mincore "const void *addr" "size_t len" "char *vec" .Fn mincore "const void *addr" "size_t len" "char *vec"

View File

@ -42,7 +42,6 @@
.Sh LIBRARY .Sh LIBRARY
.Lb libc .Lb libc
.Sh SYNOPSIS .Sh SYNOPSIS
.In sys/types.h
.In sys/mman.h .In sys/mman.h
.Ft int .Ft int
.Fn mlock "const void *addr" "size_t len" .Fn mlock "const void *addr" "size_t len"

View File

@ -41,7 +41,6 @@
.Sh LIBRARY .Sh LIBRARY
.Lb libc .Lb libc
.Sh SYNOPSIS .Sh SYNOPSIS
.In sys/types.h
.In sys/mman.h .In sys/mman.h
.Ft void * .Ft void *
.Fn mmap "void *addr" "size_t len" "int prot" "int flags" "int fd" "off_t offset" .Fn mmap "void *addr" "size_t len" "int prot" "int flags" "int fd" "off_t offset"

View File

@ -41,7 +41,6 @@
.Sh LIBRARY .Sh LIBRARY
.Lb libc .Lb libc
.Sh SYNOPSIS .Sh SYNOPSIS
.In sys/types.h
.In sys/mman.h .In sys/mman.h
.Ft int .Ft int
.Fn mprotect "const void *addr" "size_t len" "int prot" .Fn mprotect "const void *addr" "size_t len" "int prot"

View File

@ -41,7 +41,6 @@
.Sh LIBRARY .Sh LIBRARY
.Lb libc .Lb libc
.Sh SYNOPSIS .Sh SYNOPSIS
.In sys/types.h
.In sys/mman.h .In sys/mman.h
.Ft int .Ft int
.Fn msync "void *addr" "size_t len" "int flags" .Fn msync "void *addr" "size_t len" "int flags"

View File

@ -41,7 +41,6 @@
.Sh LIBRARY .Sh LIBRARY
.Lb libc .Lb libc
.Sh SYNOPSIS .Sh SYNOPSIS
.In sys/types.h
.In sys/mman.h .In sys/mman.h
.Ft int .Ft int
.Fn munmap "void *addr" "size_t len" .Fn munmap "void *addr" "size_t len"