mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +00:00
Kernel+LibC: Add AF_MAX
Will be updated as we add more protocols (e.g AF_INET6)
This commit is contained in:
parent
6571468525
commit
107c83bd42
Notes:
sideshowbarker
2024-07-19 06:44:20 +09:00
Author: https://github.com/Jongy
Commit: 107c83bd42
Pull-request: https://github.com/SerenityOS/serenity/pull/2184
2 changed files with 3 additions and 0 deletions
|
@ -379,6 +379,7 @@ struct pollfd {
|
|||
#define AF_UNSPEC 0
|
||||
#define AF_LOCAL 1
|
||||
#define AF_INET 2
|
||||
#define AF_MAX 3
|
||||
#define PF_LOCAL AF_LOCAL
|
||||
#define PF_INET AF_INET
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue