libnl: fix warning with poll.h include on musl
authorJohn Crispin <john@openwrt.org>
Wed, 23 Dec 2015 19:26:26 +0000 (19:26 +0000)
committerJohn Crispin <john@openwrt.org>
Wed, 23 Dec 2015 19:26:26 +0000 (19:26 +0000)
commitc75c8ab6a637831425f2bc0610231a1afc8168de
tree738adb74768d4d71eb9afa56b294477314a3c457
parent1a54162447284183f64bf79846e7a2e43af239f2
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>
SVN-Revision: 48004
package/libs/libnl/patches/001-fix-poll-h-include-warning-on-musl.h [new file with mode: 0644]