forked from KolibriOS/kolibrios
4 lines
53 B
C
4 lines
53 B
C
|
int chmod(char *dir, int fake_mode){
|
||
|
return 1;
|
||
|
}
|