mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-02 03:02:37 +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
|
||||
*/
|
||||
Socket_FD_Flags_Bits :: enum {
|
||||
NONBLOCK = 14,
|
||||
CLOEXEC = 25,
|
||||
NONBLOCK = 11,
|
||||
CLOEXEC = 19,
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user