Skip to content

Commit

Permalink
removing readdir64
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Dec 6, 2024
1 parent 129168f commit 0c41f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shims/unix/solarish/foreign_items.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
let result = this.macos_fbsd_solaris_fstat(fd, buf)?;
this.write_scalar(result, dest)?;
}
"readdir" | "readdir64" => {
"readdir" => {
let [dirp] =
this.check_shim(abi, ExternAbi::C { unwind: false }, link_name, args)?;
let result = this.linux_solarish_readdir64(dirp)?;
Expand Down

0 comments on commit 0c41f9f

Please sign in to comment.