Linuxbochs/linux/fs/select.c

11 lines
103 B
C

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