mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
[sys/linux]: Fix numeric values for socket fd flags
This commit is contained in:
@@ -944,8 +944,8 @@ Socket_Type :: enum {
|
|||||||
Bits for Socket_FD_Flags
|
Bits for Socket_FD_Flags
|
||||||
*/
|
*/
|
||||||
Socket_FD_Flags_Bits :: enum {
|
Socket_FD_Flags_Bits :: enum {
|
||||||
NONBLOCK = 14,
|
NONBLOCK = 11,
|
||||||
CLOEXEC = 25,
|
CLOEXEC = 19,
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user