-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Haiku: Add the utmpx structure #2429
Conversation
r? @JohnTitor (rust-highfive has picked a reviewer for you, use r? to override) |
r=me once the above point is fixed and the commits are squashed into one. |
The changes look good, could you squash commits into one? |
Thanks! @bors r+ |
📌 Commit 07d62b8 has been approved by |
Haiku: Add the utmpx structure Add the utmpx structure like defined on the [haiku headers](https://github.com/haiku/haiku/blob/8f16317a5b6db5c672f331814273e5857555020f/headers/posix/utmpx.h#L13) > P.S. I'm participating in [Hacktoberfest 2021](https://hacktoberfest.digitalocean.com/). If this PR is up to standard and merged, I'd appreciate if the `hacktoberfest-accepted` label could be added. Thanks!
💔 Test failed - checks-actions |
@bors r+ |
📌 Commit f6ac7ad has been approved by |
☀️ Test successful - checks-actions, checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13 |
Haiku: Add utmpx functions and constants Progressing further on #2429 adding functions and constants related to the `utmpx` structure [Haiku headers for reference](https://github.com/haiku/haiku/blob/8f16317a5b6db5c672f331814273e5857555020f/headers/posix/utmpx.h#L13)
Add the utmpx structure like defined on the haiku headers