mirror of
https://github.com/apache/nuttx.git
synced 2025-01-12 20:58:44 +08:00
sys/types.h: add loff_t data type definition
Signed-off-by: guoshichao <guoshichao@xiaomi.com>
This commit is contained in:
parent
092f4a1b79
commit
8fcdae3544
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue