Rename two directories: headers -> posix-headers, functions -> posix-functions.
[gnulib.git] / doc / posix-headers / unistd.texi
diff --git a/doc/posix-headers/unistd.texi b/doc/posix-headers/unistd.texi
new file mode 100644 (file)
index 0000000..b4336a6
--- /dev/null
@@ -0,0 +1,21 @@
+@node unistd.h
+@section @file{unistd.h}
+
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/unistd.h.html}
+
+Gnulib module: unistd
+
+Portability problems fixed by Gnulib:
+@itemize
+@item
+This header file is missing on some platforms: msvc.
+@item
+The SEEK_* macros are not defined in this file on some platforms: mingw.
+@item
+The @code{_exit} function is not declared in this file on some platforms:
+mingw.
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@end itemize