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

Implement several more functions, and make opendir avoid reopening the directory #82

Merged
merged 4 commits into from
Dec 1, 2023

Conversation

sunfishcode
Copy link
Owner

  • Implement pause, __libc_current_sigrtmin, __libc_current_sigrtmax
  • Implement sigpending.
  • Implement sigsuspend.
  • Make opendir avoid opening a new file descriptor.

`pause`, `__libc_current_sigrtmin`, `__libc_current_sigrtmax`.
Have `opendir` use the given file descriptor, rather than using
`Dir::read_from` which opens a new file descriptor. This fixes issues
when the user doesn't have access to open `.` in the directory, and
should make it faster too.
@sunfishcode sunfishcode merged commit e646271 into main Dec 1, 2023
@sunfishcode sunfishcode deleted the sunfishcode/prepare branch December 1, 2023 01:35
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.

1 participant