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