libnl: fix warning with poll.h include on musl
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 23 Dec 2015 19:26:26 +0000 (19:26 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 23 Dec 2015 19:26:26 +0000 (19:26 +0000)
commitc5eab6fff41a54235fc1d15c3c9d9a53584fad93
tree42c7a6686ce07771d7c09b6c79c334a37c605a49
parent62fecac1ed5551257d289a10b880f5b40dc0f0c0
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]