Rename two directories: headers -> posix-headers, functions -> posix-functions.
[gnulib.git] / doc / posix-functions / timezone.texi
diff --git a/doc/posix-functions/timezone.texi b/doc/posix-functions/timezone.texi
new file mode 100644 (file)
index 0000000..f79205b
--- /dev/null
@@ -0,0 +1,21 @@
+@node timezone
+@section @code{timezone}
+@findex timezone
+
+POSIX specification: @url{http://www.opengroup.org/susv3xsh/timezone.html}
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+This variable is missing on some platforms:
+IRIX 6.5, OSF/1 5.1, mingw.
+@item
+The address of this variable is not a compile-time constant on some platforms:
+mingw.
+@end itemize