parent
54c1c1d465
commit
5d1b82d3c2
@ -0,0 +1,10 @@
|
|||||||
|
/* nothing , only the stub */
|
||||||
|
/* gohigh */
|
||||||
|
|
||||||
|
#include <errno.h>
|
||||||
|
|
||||||
|
int sys_select()
|
||||||
|
{
|
||||||
|
return -ENOSYS;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in new issue