Signed-off-by: Alejandro Colomar <colomar.6.4.3@xxxxxxxxx> --- man7/system_data_types.7 | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index e846de68b..313cf059e 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -726,6 +726,31 @@ C99 and later; POSIX.1-2001 and later. .IR "See also" : .BR lldiv (3) .RE +.\"------------------------------------- loff_t -----------------------/ +.TP +.I loff_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 "See also" : +.BR copy_file_range (2), +.BR llseek (2), +.BR splice (2) +.PP +See also the +.I off64_t +and +.I off_t +types in this page. +.RE .\"------------------------------------- off_t ------------------------/ .TP .I off_t -- 2.28.0