forked from KolibriOS/kolibrios
kolibri-libc:
- Fixed _ksys_mkdir not optimize git-svn-id: svn://kolibrios.org@8659 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
1948481489
commit
b1b3001bc3
@ -951,7 +951,7 @@ int not_optimized _ksys_exec(char *app_name, char *args)
|
||||
}
|
||||
|
||||
static inline
|
||||
int _ksys_mkdir(const char *path)
|
||||
int not_optimized _ksys_mkdir(const char *path)
|
||||
{
|
||||
ksys70_t dir_opt;
|
||||
dir_opt.p00 = 9;
|
||||
@ -987,4 +987,4 @@ void _ksys_shm_close(char *shm_name)
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // _KSYS_H_
|
||||
#endif // _KSYS_H_
|
||||
|
Loading…
Reference in New Issue
Block a user