Abort if unsupported O_NONBLOCK used on unix-domain socket or pipe.
O_NONBLOCK is not yet supported in our implementation of unix-domain sockets or pipes, so until it is, abort() if it is used, instead of silently ignoring this mode and doing something very different from what the application expected.
Please register or sign in to comment