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

feat: eventfd_read/write for Android/FreeBSD/Linux #3437

Merged
merged 1 commit into from Nov 12, 2023

Conversation

SteveLauC
Copy link
Contributor

Add

int eventfd_read(int fd, eventfd_t *value);
int eventfd_write(int fd, eventfd_t value);

for

@rustbot
Copy link
Collaborator

rustbot commented Nov 12, 2023

r? @JohnTitor

(rustbot has picked a reviewer for you, use r? to override)

@SteveLauC
Copy link
Contributor Author

And thanks @devnexen for helping me with the CI failure!

@JohnTitor
Copy link
Member

@bors r+

@bors
Copy link
Contributor

bors commented Nov 12, 2023

📌 Commit da88121 has been approved by JohnTitor

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Nov 12, 2023

⌛ Testing commit da88121 with merge 1ec4e59...

@bors
Copy link
Contributor

bors commented Nov 12, 2023

☀️ Test successful - checks-actions, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13, checks-cirrus-freebsd-14
Approved by: JohnTitor
Pushing 1ec4e59 to main...

@bors bors merged commit 1ec4e59 into rust-lang:main Nov 12, 2023
11 checks passed
@SteveLauC SteveLauC deleted the eventfd_read branch November 12, 2023 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants