]>
Git Repo - linux.git/blobdiff - fs/binfmt_misc.c
return retval;
error:
if (fd_binary > 0)
- sys_close(fd_binary);
+ ksys_close(fd_binary);
bprm->interp_flags = 0;
bprm->interp_data = 0;
goto ret;
This page took 0.035847 seconds and 4 git commands to generate.