int sys_open(const char *filename, int flags, int mode) { char *tmp = getname(filename); int fd = get_unused_fd(); struct file *f = filp_open(tmp, flags, ...
確定! 回上一頁