]> granicus.if.org Git - curl/commit
poll: prefer <poll.h> over <sys/poll.h>
authorMarcel Raad <raad@teamviewer.com>
Mon, 10 Apr 2017 19:59:42 +0000 (21:59 +0200)
committerMarcel Raad <raad@teamviewer.com>
Tue, 11 Apr 2017 06:31:38 +0000 (08:31 +0200)
commitaa573c3c55cda72ec5ef677d87f6f46a53385f0c
treeb339f0968448e6315ad6885e92a8fd50ccdc101c
parent5ed16e6a7ac49ce0df35e31dd89ce85a1222da65
poll: prefer <poll.h> over <sys/poll.h>

The POSIX standard location is <poll.h>. Using <sys/poll.h> results in
warning spam when using the musl standard library.

Closes https://github.com/curl/curl/pull/1406
lib/select.h
src/tool_sleep.c