Add F_DUPFD_CLOEXEC

This commit is contained in:
Jeremy Soller
2025-11-17 17:38:30 -07:00
parent 15aa8e32ef
commit 2d346f1d61
+1
View File
@@ -55,6 +55,7 @@ pub const F_GETFD: usize = 1;
pub const F_SETFD: usize = 2;
pub const F_GETFL: usize = 3;
pub const F_SETFL: usize = 4;
pub const F_DUPFD_CLOEXEC: usize = 1030;
pub const FUTEX_WAIT: usize = 0;
pub const FUTEX_WAKE: usize = 1;