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