Rename two directories: headers -> posix-headers, functions -> posix-functions.
[gnulib.git] / doc / posix-functions / getc.texi
diff --git a/doc/posix-functions/getc.texi b/doc/posix-functions/getc.texi
new file mode 100644 (file)
index 0000000..0c371d6
--- /dev/null
@@ -0,0 +1,18 @@
+@node getc
+@section @code{getc}
+@findex getc
+
+POSIX specification: @url{http://www.opengroup.org/susv3xsh/getc.html}
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+On Windows platforms (excluding Cygwin), this function does not set @code{errno}
+upon failure.
+@end itemize