Sign in
rust
/
rust
/
df2fe313d44bcc008331a0b01662cfdcaa0ecc90
/
.
/
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
(())
}