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