We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Same API as Linux. See timerfd(2) and <sys/timerfd.h> for details.
<sys/timerfd.h>
Similar to eventfd the ABI is new, so no need to gate by cfg(freebsd14).
eventfd
cfg(freebsd14)
The text was updated successfully, but these errors were encountered:
timerfd api for freebsd 14.
dbd4389
close rust-lang#3339
Auto merge of #3341 - devnexen:fbsd_14_timerfd, r=JohnTitor
03fb728
timerfd api for freebsd 14. close #3339
eca81c4
930f9ae
3f12826
Successfully merging a pull request may close this issue.
Same API as Linux. See timerfd(2) and
<sys/timerfd.h>
for details.Similar to
eventfd
the ABI is new, so no need to gate bycfg(freebsd14)
.The text was updated successfully, but these errors were encountered: