Skip to content

Commit

Permalink
Restore FTS_WHITEOUT, guard it with __HAIKU__.
Browse files Browse the repository at this point in the history
As per Jérôme Duval's code review in issue #9337.
  • Loading branch information
landonf authored and korli committed Jan 10, 2013
1 parent 4b5a13a commit 524bb6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions headers/posix/fts.h
Expand Up @@ -54,6 +54,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 */
#if !defined(__HAIKU__)
#define FTS_WHITEOUT 0x080 /* return whiteout information */
#endif
#define FTS_OPTIONMASK 0x0ff /* valid user option mask */

#define FTS_NAMEONLY 0x100 /* (private) child names only */
Expand Down

0 comments on commit 524bb6d

Please sign in to comment.