[sys/linux]: Fix numeric values for socket fd flags

This commit is contained in:
flysand7
2024-02-18 23:04:41 +11:00
parent 43a199b57b
commit cc185d98b4

View File

@@ -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,
}
/*