Home | History | Annotate | Download | only in lib
      1 #include <unistd.h>
      2 #include <core.h>
      3 
      4 int generic_chdir_start(void)
      5 {
      6 	return chdir(CurrentDirName);
      7 }
      8