[PATCH 2/6] system_data_types.7: off_t: Add note about _FILE_OFFSET_BITS
Alejandro Colomar
colomar.6.4.3@gmail.com
Tue Oct 27 16:21:10 GMT 2020
Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
---
man7/system_data_types.7 | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
index c02782ed8..e846de68b 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
See also the
.I loff_t
--
2.28.0
More information about the Libc-alpha
mailing list