os1/0/linux/fs/select.c

11 lines
103 B

/* nothing , only the stub */
/* gohigh */
#include <errno.h>
int sys_select()
{
return -ENOSYS;
}