mkdir
#define mkdir fssh_mkdir
# define mkdir(s,n) (-1) /* no "make directory" capability */
mkdir(const char* path, mode_t mode)
void mkdir() {}