sys/types.h: add loff_t data type definition

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
This commit is contained in:
guoshichao 2024-12-08 16:38:06 +08:00 committed by Alan C. Assis
parent 092f4a1b79
commit 8fcdae3544

View file

@ -232,6 +232,8 @@ typedef int32_t off_t;
typedef int32_t fpos_t;
#endif
typedef off_t loff_t;
/* blksize_t is a signed integer value used for file block sizes */
typedef int16_t blksize_t;