Skip to content

Commit

Permalink
Merge pull request #995 from Qwinci/abi-additions
Browse files Browse the repository at this point in the history
  • Loading branch information
no92 authored Feb 17, 2024
2 parents c96114c + e455734 commit 8ec986f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions abis/linux/in.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ struct group_source_req {
#define IP_MULTICAST_LOOP 34
#define IP_ADD_MEMBERSHIP 35
#define IP_DROP_MEMBERSHIP 36
#define IP_UNBLOCK_SOURCE 37
#define IP_BLOCK_SOURCE 38
#define IP_ADD_SOURCE_MEMBERSHIP 39
#define IP_DROP_SOURCE_MEMBERSHIP 40
#define IP_UNICAST_IF 50
Expand Down
4 changes: 4 additions & 0 deletions abis/linux/stat.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
#define S_ISGID 02000
#define S_ISVTX 01000

#define S_IREAD S_IRUSR
#define S_IWRITE S_IWUSR
#define S_IEXEC S_IXUSR

#ifdef __cplusplus
extern "C" {
#endif
Expand Down

0 comments on commit 8ec986f

Please sign in to comment.