Remove SYS_PIPE2.

This commit is contained in:
4lDO2
2023-08-31 21:16:26 +02:00
parent da6e9fd8d1
commit ad02f5cbba
4 changed files with 1 additions and 41 deletions
-5
View File
@@ -267,11 +267,6 @@ pub fn format_call(a: usize, b: usize, c: usize, d: usize, e: usize, f: usize) -
"virttophys({:#X})",
b
),
SYS_PIPE2 => format!(
"pipe2({:?}, {})",
unsafe { read_struct::<[usize; 2]>(b) },
c
),
SYS_SETREGID => format!(
"setregid({}, {})",
b,