Signed-off-by: Alejandro Colomar <colomar.6.4.3@xxxxxxxxx> --- man7/system_data_types.7 | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index 313cf059e..0558060d3 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -751,6 +751,37 @@ and .I off_t types in this page. .RE +.\"------------------------------------- off64_t ----------------------/ +.TP +.I off64_t +.RS +.IR Include : +.IR <sys/types.h> . +.PP +Used for file sizes. +It is a 64-bit signed integer type. +.PP +.IR "Conforming to" : +Present in glibc. +It is not standardized by the C language standard nor POSIX. +.PP +.IR Notes : +The feature test macro +.B _LARGEFILE64_SOURCE +has to be defined for this type to be available. +.PP +.IR "See also" : +.BR readahead (2), +.BR sync_file_range (2), +.BR lseek64 (3), +.BR feature_test_macros (7) +.PP +See also the +.I loff_t +and +.I off_t +types in this page. +.RE .\"------------------------------------- off_t ------------------------/ .TP .I off_t -- 2.28.0