11 lines
103 B
11 lines
103 B
3 years ago
|
/* nothing , only the stub */
|
||
|
/* gohigh */
|
||
|
|
||
|
#include <errno.h>
|
||
|
|
||
|
int sys_select()
|
||
|
{
|
||
|
return -ENOSYS;
|
||
|
}
|
||
|
|