From 8d1df7f260c4f9f4c9740059fb737ae49aba97e5 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 23 May 2021 13:22:06 +0200 Subject: [PATCH] system_data_types.7: Add 'blkcnt_t' Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man7/system_data_types.7 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index ddabefd16..fc9893e41 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -85,6 +85,25 @@ POSIX.1-2001 and later. .BR aio_write (3), .BR lio_listio (3) .RE +.\"------------------------------------- blkcnt_t ---------------------/ +.TP +.I blkcnt_t +.RS +.IR Include : +.IR . +Alternatively, +.IR . +.PP +Used for file block counts. +According to POSIX, +it shall be a signed integer type. +.PP +.IR "Conforming to" : +POSIX.1-2001 and later. +.PP +.IR "See also" : +.BR stat (2) +.RE .\"------------------------------------- clock_t ----------------------/ .TP .I clock_t