This website requires JavaScript.
Explore
Help
Sign In
wingsummer
/
Linuxbochs
Watch
1
Star
1
Fork
You've already forked Linuxbochs
0
Code
Issues
Releases
Activity
514070a18f
Linuxbochs
/
linux
/
fs
/
select.c
11 lines
103 B
C
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