aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-10-27 17:34:55 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-10-27 17:34:55 +0100
commit900d5640557a682acf9a2167224e5e330e4342c5 (patch)
treeca6ae6ca5ded191539553050f195dbd9516db7eb
parent8573214f585a80a1cbe3f1068d35323a5c2eb787 (diff)
downloadman-pages-900d5640557a682acf9a2167224e5e330e4342c5.tar.gz
system_data_types.7: off_t: Add note about _FILE_OFFSET_BITS
Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man7/system_data_types.78
1 files changed, 7 insertions, 1 deletions
diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
index e93495eeaf..0eb47d30e1 100644
--- a/man7/system_data_types.7
+++ b/man7/system_data_types.7
@@ -756,6 +756,11 @@ since POSIX.1-2008.
.IR "Conforming to" :
POSIX.1-2001 and later.
.PP
+.IR Notes :
+On some architectures,
+the width of this type can be controlled with the feature test macro
+.BR _FILE_OFFSET_BITS .
+.PP
.IR "See also" :
.\" .BR fallocate (2),
.BR lseek (2),
@@ -768,7 +773,8 @@ POSIX.1-2001 and later.
.BR fseeko (3),
.\" .BR getdirentries (3),
.BR lockf (3),
-.BR posix_fallocate (3)
+.BR posix_fallocate (3),
+.BR feature_test_macros (7)
.\".PP TODO: loff_t, off64_t
.\"See also the
.\".I loff_t