]> git.ipfire.org Git - thirdparty/lxc.git/commit
mainloop: s,sys/poll,poll 3929/head
authorTycho Andersen <tycho@tycho.pizza>
Tue, 10 Aug 2021 14:45:21 +0000 (08:45 -0600)
committerTycho Andersen <tycho@tycho.pizza>
Tue, 10 Aug 2021 14:45:21 +0000 (08:45 -0600)
commit1551ac07910995d47139598df64c1902c85942e5
tree588f91041bbb012ee003c78ac9ef1eba388bfd37
parenta399d7ead071438a4e069369eca32fe0fe48a134
mainloop: s,sys/poll,poll

I get the following warning (which then fails the build because of
-Werror):

In file included from mainloop.c:11:
/usr/include/sys/poll.h:1:2: error: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Werror=cpp]
    1 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
      |  ^~~~~~~

Signed-off-by: Tycho Andersen <tycho@tycho.pizza>
src/lxc/mainloop.c