pthread_sigmask: Work around Cygwin bug.
[pspp] / doc / posix-functions / fseeko.texi
index f1a45cb676121e4926fc627e22394c34c13c01d1..34095cfea7c6b29fb08a8cc4746e75e3586d05b0 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{fseeko}
 @findex fseeko
 
-POSIX specification: @url{http://www.opengroup.org/susv3xsh/fseeko.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fseeko.html}
 
 Gnulib module: fseeko
 
@@ -10,10 +10,11 @@ Portability problems fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-OSF/1 4.0, Solaris 2.5.1, mingw.
+IRIX 5.3, OSF/1 4.0, Solaris 2.5.1, mingw.
 @item
 The declaration of @code{fseeko} in @code{<stdio.h>} is not enabled by default
-on some platforms: glibc 2.3.6.
+on some platforms:
+glibc 2.3.6, OSF/1 5.1.
 @item
 This function fails on seekable stdin, stdout, and stderr: cygwin <= 1.5.24.
 @end itemize