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 popen/pclose and add test for popen. #207

Merged
merged 2 commits into from
Sep 14, 2024
Merged

Conversation

elfpipe
Copy link
Collaborator

@elfpipe elfpipe commented Sep 14, 2024

  1. Modify children.c to have search and modification functions for FILE * pointer needed by popen/pclose.
  2. Switch popen/pclose to use unix pipe(int[]) instead of native PIPE:.
  3. Add FILE* element in clib4.h line 71.
  4. Add popen test in test_programs/.

@afxgroup afxgroup merged commit 0aafea3 into AmigaLabs:beta10 Sep 14, 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