fs/hostfs: Change nuttx_dev_t from uint16_t to uint32_t
Follow up the following change:
commit 008cb0d31a
Author: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
Date: Thu Jul 14 02:27:34 2022 +0000
sys/sysmacros.h: support sysmacros header
Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
79e5579837
commit
344a9bc838
|
@ -108,7 +108,7 @@
|
||||||
typedef int16_t nuttx_blksize_t;
|
typedef int16_t nuttx_blksize_t;
|
||||||
typedef int16_t nuttx_gid_t;
|
typedef int16_t nuttx_gid_t;
|
||||||
typedef int16_t nuttx_uid_t;
|
typedef int16_t nuttx_uid_t;
|
||||||
typedef uint16_t nuttx_dev_t;
|
typedef uint32_t nuttx_dev_t;
|
||||||
typedef uint16_t nuttx_ino_t;
|
typedef uint16_t nuttx_ino_t;
|
||||||
typedef uint16_t nuttx_nlink_t;
|
typedef uint16_t nuttx_nlink_t;
|
||||||
#ifdef CONFIG_FS_LARGEFILE
|
#ifdef CONFIG_FS_LARGEFILE
|
||||||
|
|
Loading…
Reference in New Issue