Skip to content

Commit 8c10006

Browse files
committed
Fix GETRANDOM constant on x86, mixed up with x86_64
1 parent 1934a4a commit 8c10006

File tree

1 file changed

+1
-1
lines changed
  • src/platform/linux-x86

1 file changed

+1
-1
lines changed

src/platform/linux-x86/nr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ pub const GETPGRP: usize = 65;
9696
pub const GETPID: usize = 20;
9797
pub const GETPPID: usize = 64;
9898
pub const GETPRIORITY: usize = 96;
99-
pub const GETRANDOM: usize = 318;
99+
pub const GETRANDOM: usize = 355;
100100
pub const GETRESGID: usize = 171;
101101
pub const GETRESGID32: usize = 211;
102102
pub const GETRESUID: usize = 165;

0 commit comments

Comments
 (0)