Add EVENT_TIMEOUT_ID

This commit is contained in:
Wildan M
2026-05-23 08:38:21 +07:00
parent 9ff180dd8e
commit aa2a276910
+3
View File
@@ -455,3 +455,6 @@ impl StdFsCallKind {
/// The tag for the fd number in the upper file descriptor table.
pub const UPPER_FDTBL_TAG: usize = 1 << (usize::BITS - 2);
/// The identifier for registering event timeout
pub const EVENT_TIMEOUT_ID: usize = usize::MAX - 2;