Skip to content

Commit eecd8f3

Browse files
committed
Fix AT_EACCESS definition
1 parent 30febb7 commit eecd8f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/include/llvm-libc-macros/linux/fcntl-macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
#define AT_EMPTY_PATH 0x1000
6363

6464
// Perform access checks using the effective user and group IDs.
65-
#define AT_EACCESS
65+
#define AT_EACCESS 0x200
6666

6767
// Values of SYS_fcntl commands.
6868
#define F_DUPFD 0

0 commit comments

Comments
 (0)