Skip to content

Commit

Permalink
fix(abis/linux): remove redefinition of S_IEXEC
Browse files Browse the repository at this point in the history
Signed-off-by: Anhad Singh <[email protected]>
  • Loading branch information
Andy-Python-Programmer committed Apr 7, 2024
1 parent 5f3b95b commit e03a24a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion abis/linux/stat.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#define S_IRUSR 0400
#define S_IWUSR 0200
#define S_IXUSR 0100
#define S_IEXEC S_IXUSR
#define S_IRWXG 070
#define S_IRGRP 040
#define S_IWGRP 020
Expand Down

0 comments on commit e03a24a

Please sign in to comment.