libnl: fix warning with poll.h include on musl
authorJohn Crispin <blogic@openwrt.org>
Wed, 23 Dec 2015 19:26:26 +0000 (19:26 +0000)
committerJohn Crispin <blogic@openwrt.org>
Wed, 23 Dec 2015 19:26:26 +0000 (19:26 +0000)
commit1ef14dcfe9875a255127450281e103bc235e5564
tree42c7a6686ce07771d7c09b6c79c334a37c605a49
parent0ef1b86e97a08c9cbb5b0f4ea8d8a4ee91eb27b2
libnl: fix warning with poll.h include on musl

Warning is:
  #warning redirecting incorrect #include <sys/poll.h> to <poll.

Not a big issue.
But it can be annoying when building with -Werror set.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48004 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/libs/libnl/patches/001-fix-poll-h-include-warning-on-musl.h [new file with mode: 0644]