Sign in
rust
/
rust
/
36ba2c7712052d731a7082d0eba5ed3d9d56c133
/
.
/
library
/
std
/
src
/
sys
/
paths
/
sgx.rs
blob: 6a4cbe93b1b8840f858d8c3a6f21af4388166798 [
file
]
use
crate
::
io
;
use
crate
::
path
::
Path
;
use
crate
::
sys
::
pal
::
sgx_ineffective
;
pub
fn
chdir
(
_
:
&
Path
)
->
io
::
Result
<()>
{
sgx_ineffective
(())
}