mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-30 04:33:01 +00:00
don't use FTS_WHITEOUT for GNO (yet)
This commit is contained in:
parent
a0525b81fd
commit
2a490753dc
@ -55,7 +55,9 @@ typedef struct {
|
||||
#define FTS_PHYSICAL 0x010 /* physical walk */
|
||||
#define FTS_SEEDOT 0x020 /* return dot and dot-dot */
|
||||
#define FTS_XDEV 0x040 /* don't cross devices */
|
||||
#ifndef __GNO__ /* (GNO isn't using whiteout yet) */
|
||||
#define FTS_WHITEOUT 0x080 /* return whiteout information */
|
||||
#endif
|
||||
#define FTS_OPTIONMASK 0x0ff /* valid user option mask */
|
||||
|
||||
#define FTS_NAMEONLY 0x100 /* (private) child names only */
|
||||
|
Loading…
Reference in New Issue
Block a user