⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

EFD_CLOEXEC

Constant EFD_CLOEXEC 

Source
pub const EFD_CLOEXEC: u32 = 0x80000;
Expand description

EFD_CLOEXEC flag: set close-on-exec (tracked but not enforced in kernel).