summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-06-23 15:35:29 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2019-06-23 15:40:32 -0700
commite0ddd0761e1874141f28d3b6839ba87018b6d832 (patch)
tree7bd233bc09a5a5157780880bd4987caaff9bc9fd /doc
parent7ed70c552c28e847309cf3742868ec9b7422aec3 (diff)
downloadgnulib-e0ddd0761e1874141f28d3b6839ba87018b6d832.tar.gz
Document lseek SEEK_DATA/SEEK_HOLE
* doc/posix-functions/lseek.texi (lseek): Document some systems that do not support SEEK_DATA and SEEK_HOLE.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-functions/lseek.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/posix-functions/lseek.texi b/doc/posix-functions/lseek.texi
index 813bdd9b6b..b4d03f5287 100644
--- a/doc/posix-functions/lseek.texi
+++ b/doc/posix-functions/lseek.texi
@@ -31,4 +31,7 @@ When the @code{lseek} function fails, POSIX says that the file offset remains
unchanged. But on some platforms, attempting to set a negative file offset
fails and sets the file offset to 0:
BeOS.
+@item
+Some systems do not support @code{SEEK_DATA} and @code{SEEK_HOLE}:
+AIX, HP-UX, Microsoft Windows, NetBSD, OpenBSD.
@end itemize