system_data_types.7: Add 'blkcnt_t'

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2021-05-23 13:22:06 +02:00 committed by Michael Kerrisk
parent 9d39058523
commit 8d1df7f260
1 changed files with 19 additions and 0 deletions

View File

@ -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 <sys/types.h> .
Alternatively,
.IR <sys/stat.h> .
.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