AmigaLabs / clib4

Clib4 for AmigaOS4
Other
14 stars 7 forks source link

Fix problems with pipe and O_NONBLOCK. #185

Closed elfpipe closed 4 months ago

elfpipe commented 4 months ago

Set pipe() fds to FDF_IS_INTERACTIVE despite the fact, that IsInteractive(pipe_fd) returns false. Use SetBlockingMode() to set O_NONBLOCK for pipes instead of SetMode().