fssh_creat
#define creat fssh_creat
extern int fssh_creat(const char *path, fssh_mode_t mode);
int fd = fssh_creat(path, st.fssh_st_mode & FSSH_S_IUMSK);