diff --git a/fs/select.c b/fs/select.c new file mode 100644 index 0000000..cef8b43 --- /dev/null +++ b/fs/select.c @@ -0,0 +1,10 @@ +/* nothing , only the stub */ +/* gohigh */ + +#include + +int sys_select() +{ + return -ENOSYS; +} +