We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GETRANDOM
1 parent 1934a4a commit 8c10006Copy full SHA for 8c10006
src/platform/linux-x86/nr.rs
@@ -96,7 +96,7 @@ pub const GETPGRP: usize = 65;
96
pub const GETPID: usize = 20;
97
pub const GETPPID: usize = 64;
98
pub const GETPRIORITY: usize = 96;
99
-pub const GETRANDOM: usize = 318;
+pub const GETRANDOM: usize = 355;
100
pub const GETRESGID: usize = 171;
101
pub const GETRESGID32: usize = 211;
102
pub const GETRESUID: usize = 165;
0 commit comments