Skip to content

Conversation

@ndossche
Copy link
Member

@ndossche ndossche commented Jul 7, 2023

No description provided.

Copy link
Member

@bukka bukka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

RETURN_BOOL((stat_sb->st_mode & wmask) != 0);
case FS_IS_R:
RETURN_BOOL((ssb.sb.st_mode&rmask)!=0);
RETURN_BOOL((stat_sb->st_mode&rmask)!=0);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIT: if you are in it, you can add those missing spaces around &...

@ndossche ndossche closed this in a7f7022 Jul 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants