This website works better with JavaScript.
Explore
Help
Sign In
p7px8vou9
/
system_call_expand
Watch
1
Star
0
Fork
You've already forked system_call_expand
1
Code
Issues
Pull Requests
1
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
0d9da5f3e0
master
报告
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '0d9da5f3e0'
${ noResults }
system_call_expand
/
linux-0.11-lab
/
0
/
linux
/
fs
/
select.c
11 lines
103 B
Raw
Blame
History
/* nothing , only the stub */
/* gohigh */
#
include
<errno.h>
int
sys_select
(
)
{
return
-
ENOSYS
;
}
Reference in new issue
View Git Blame
Copy Permalink