aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/posix/posix.tex
blob: 6fb662bdc56d56dcd9ae1d9a8ed9be86410498ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@node Posix
@chapter Posix Functions

This chapter groups several utility functions specified by POSIX, but
not by C.  Each function documents which header to use.

@menu
* popen::       Create a stream tied to a child process
* posix_spawn:: Spawn a process
@end menu

@page
@include posix/popen.def

@page
@include posix/posix_spawn.def