mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 01:29:17 +00:00
LibC: Add SOCK_RDM and SOCK_SEQPACKET to socket.h
This commit is contained in:
parent
3875e8bd4b
commit
cb10c62327
Notes:
sideshowbarker
2024-07-18 05:43:05 +09:00
Author: https://github.com/kennethmyhra
Commit: cb10c62327
Pull-request: https://github.com/SerenityOS/serenity/pull/9347
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/linusg ✅
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ extern "C" {
|
|||
#define SOCK_STREAM 1
|
||||
#define SOCK_DGRAM 2
|
||||
#define SOCK_RAW 3
|
||||
#define SOCK_RDM 4
|
||||
#define SOCK_SEQPACKET 5
|
||||
#define SOCK_NONBLOCK 04000
|
||||
#define SOCK_CLOEXEC 02000000
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue