Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix problems with pipe and O_NONBLOCK. #185

Merged
merged 4 commits into from
Jun 12, 2024
Merged

Fix problems with pipe and O_NONBLOCK. #185

merged 4 commits into from
Jun 12, 2024

Conversation

elfpipe
Copy link
Collaborator

@elfpipe elfpipe commented Jun 12, 2024

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().

afxgroup and others added 3 commits May 30, 2024 19:16
Merged Beta10 into master
…tive(pipe_fd) returns false. Use SetBlockingMode() to set O_NONBLOCK for pipes instead of SetMode().
@afxgroup afxgroup changed the base branch from master to beta10 June 12, 2024 14:23
Copy link
Collaborator

@afxgroup afxgroup left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved against beta10.
All changes must be done always against this revision. Then we'll merge them on master once tested deeply

@afxgroup afxgroup merged commit 93a82d2 into AmigaLabs:beta10 Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants