Sign in
android
/
platform
/
external
/
syslinux
/
76d05dc695b06c4e987bb8078f78032441e1430c
/
.
/
core
/
fs
/
lib
/
chdir.c
blob: 715284bb9f7b936cc9ca279f61c0f674724e4797 [
file
] [
log
] [
blame
]
#include
<unistd.h>
#include
<core.h>
int
generic_chdir_start
(
void
)
{
return
chdir
(
CurrentDirName
);
}