unsupported operation: renameat2, openat, openat2, ... #3931
Labels
A-files
Area: related to files, paths, sockets, file descriptors, or handles
A-shims
Area: This affects the external function shims
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
S-blocked
Status: blocked on something happening somewhere else
libc::renameat2
is a fairly commonly used function on Linux (especially since it is the only way of doing atomic file swaps on Linux withRENAME_EXCHANGE
) that Miri does not yet support:The text was updated successfully, but these errors were encountered: