Implement F_DUPFD_CLOEXEC

This commit is contained in:
Jeremy Soller
2025-11-17 17:39:44 -07:00
parent 2bdc5d2109
commit 91ba44e2fa
3 changed files with 10 additions and 8 deletions
+1
View File
@@ -111,6 +111,7 @@ pub fn format_call(a: usize, b: usize, c: usize, d: usize, e: usize, f: usize) -
F_SETFD => "F_SETFD",
F_SETFL => "F_SETFL",
F_GETFL => "F_GETFL",
F_DUPFD_CLOEXEC => "F_DUPFD_CLOEXEC",
_ => "UNKNOWN",
},
c,