mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
sys/types.h: add loff_t data type definition
Signed-off-by: guoshichao <guoshichao@xiaomi.com>
This commit is contained in:
committed by
Alan C. Assis
parent
092f4a1b79
commit
8fcdae3544
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user