Cygwin: mmap: use 64K pages for bookkeeping, second attempt
[newlib-cygwin.git] / newlib / libc / posix / posix.tex
blob02de223c0fd02d0d75f3b69e36320d8c0223567b
1 @node Posix
2 @chapter Posix Functions
4 This chapter groups several utility functions specified by POSIX, but
5 not by C. Each function documents which header to use.
7 @menu
8 * Function popen:: Create a stream tied to a child process
9 * Function posix_spawn:: Spawn a process
10 @end menu
12 @page
13 @include posix/popen.def
15 @page
16 @include posix/posix_spawn.def