Subversion Repositories Kolibri OS

Rev

Rev 8654 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8654 Rev 8659
Line 949... Line 949...
949
    file_opt.p21 = app_name;
949
    file_opt.p21 = app_name;
950
    return _ksys_work_files(&file_opt);
950
    return _ksys_work_files(&file_opt);
951
}
951
}
Line 952... Line 952...
952
 
952
 
953
static inline
953
static inline
954
int _ksys_mkdir(const char *path)
954
int not_optimized _ksys_mkdir(const char *path)
955
{
955
{
956
    ksys70_t dir_opt;
956
    ksys70_t dir_opt;
957
    dir_opt.p00 = 9;
957
    dir_opt.p00 = 9;
958
    dir_opt.p21 = path;
958
    dir_opt.p21 = path;