-
Notifications
You must be signed in to change notification settings - Fork 12
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
Warnings - Something to worry about? #25
Comments
POSIX has said to use
These aren't usually problems and are only shown because of
This was fixed in b656295. so I think the |
As far back as 1997, the Single UNIX Specification (that later became POSIX) has said that <poll.h> is the file that provides poll() and friends: https://pubs.opengroup.org/onlinepubs/7908799/xsh/poll.h.html Most implementations also support the old <sys/poll.h>, but musl, for example, raises a warning about its usage: https://git.musl-libc.org/cgit/musl/tree/include/sys/poll.h This commit updates <sys/poll.h> to <poll.h> in two places. Closes: spamhaus#25
I had a vague memory of working on this, but looking back, it wasn't actually me that fixed it. Sorry! |
I compiled under alpine linux in a docker container.
Dockerfile used:
The text was updated successfully, but these errors were encountered: