[Info-vax] select() returning -1

Sam Ferencik sferencik at gmail.com
Sat Feb 16 19:22:54 EST 2013


It seems select() really only works for sockets. The return value of -1 is accompanied by errno = 38, which is (errno.h):

#define ENOTSOCK        38     /* Socket operation on non-socket        */

So, is there an alternative call available on VMS?

Thanks,
Sam



More information about the Info-vax mailing list