> "Alex" == Alex Povolotsky writes:
Alex> if ((control = open("STATUS",O_WRONLY|O_NONBLOCK))<0) {
Alex> fails to run (STATUS is pre-created FIFO file) with error
Alex> "Device not configured", which seems kinda odd for me.
Alex> However, when FIFO is opened with O_RDWR and O_NONBLOCK,
> "Alex" == Alex Povolotsky <[EMAIL PROTECTED]> writes:
Alex> if ((control = open("STATUS",O_WRONLY|O_NONBLOCK))<0) {
Alex> fails to run (STATUS is pre-created FIFO file) with error
Alex> "Device not configured", which seems kinda odd for me.
Alex> However, when FIFO is opened with O_R
2 matches
Mail list logo