system_data_types.7: Add 'blksize_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:10 +02:00 committed by Michael Kerrisk
parent acb5994605
commit 111ad1edd5
1 changed files with 19 additions and 0 deletions

View File

@ -104,6 +104,25 @@ POSIX.1-2001 and later.
.IR "See also" :
.BR stat (2)
.RE
.\"------------------------------------- blksize_t --------------------/
.TP
.I blksize_t
.RS
.IR Include :
.IR <sys/types.h> .
Alternatively,
.IR <sys/stat.h> .
.PP
Used for file block sizes.
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
.\"------------------------------------- cc_t -------------------------/
.TP
.I cc_t