Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/posix/posix.tex')
-rw-r--r--newlib/libc/posix/posix.tex13
1 files changed, 13 insertions, 0 deletions
diff --git a/newlib/libc/posix/posix.tex b/newlib/libc/posix/posix.tex
new file mode 100644
index 000000000..4c85fce5b
--- /dev/null
+++ b/newlib/libc/posix/posix.tex
@@ -0,0 +1,13 @@
+@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
+@end menu
+
+@page
+@include posix/popen.def
+