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.
1 parent d1e72d0 commit 34603e5Copy full SHA for 34603e5
src/shims/posix/foreign_items.rs
@@ -61,7 +61,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
61
}
62
"fcntl" => {
63
// `fcntl` is variadic. The argument count is checked based on the first argument
64
- // in`this.fcntl()`, so we do not use `check_shim` here.
+ // in `this.fcntl()`, so we do not use `check_shim` here.
65
this.check_abi_and_shim_symbol_clash(abi, Abi::C { unwind: false }, link_name_sym)?;
66
let result = this.fcntl(args)?;
67
this.write_scalar(Scalar::from_i32(result), dest)?;
0 commit comments