-
Notifications
You must be signed in to change notification settings - Fork 24
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
timerfd.h only includes a forward declaration of struct itimerspec #44
Comments
Wayland does:
|
Thanks for the report! I had hoped to avoid defining that struct since it's either:
But that would of course mean that every program using On which OS did that build error happen? macOS? A solution could be for |
Yep, this is happening on macOS. |
Note that macOS is POSIX compliant. It's one of the few OSs that actually is certified POSIX compliant.
|
macOS seems to be stuck on POSIX.1-2001, which is a shame, really... |
Please define the struct in the header. Failure to do so results in build failures in clients such as Wayland:
The text was updated successfully, but these errors were encountered: