mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 17:48:54 +08:00
fs.h:Added definition CH_STAT_SIZE
Define a CH_STAT_SIZE in fs.h Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
fb37391ea6
commit
af5d679e18
@@ -99,8 +99,6 @@
|
|||||||
# error "Length of cookie verify in fs_dirent_s is incorrect"
|
# error "Length of cookie verify in fs_dirent_s is incorrect"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define CH_STAT_SIZE (1 << 7)
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Types
|
* Private Types
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|||||||
@@ -163,6 +163,7 @@
|
|||||||
#define CH_STAT_GID (1 << 2)
|
#define CH_STAT_GID (1 << 2)
|
||||||
#define CH_STAT_ATIME (1 << 3)
|
#define CH_STAT_ATIME (1 << 3)
|
||||||
#define CH_STAT_MTIME (1 << 4)
|
#define CH_STAT_MTIME (1 << 4)
|
||||||
|
#define CH_STAT_SIZE (1 << 7)
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Public Type Definitions
|
* Public Type Definitions
|
||||||
|
|||||||
Reference in New Issue
Block a user