files
libsqlite3/shell/stub.c
2025-05-30 19:13:07 +05:00

4 lines
53 B
C

int chmod(char *dir, int fake_mode){
return 1;
}