Skip to content

patches/packages: redirect sys/poll.h to poll.h in stlink

Richard Muzik requested to merge fix/stlink-build into hbd

POSIX defines that poll.h should be included with <poll.h>, but some systems with older glibc might require <sys/poll.h>. It is not our case so redirecting to <poll.h> to successfully build the package.

Merge request reports