mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-24 18:11:44 +01:00
The fortify-headers/poll.h definitions incorrectly forward the ppoll() function: on some archs (armv7 for instance), musl renames the symbol to accommodate for time_t size, and fortify-headers misses that. This causes ppoll() to break on all time32 systems. This commit axes the ppoll() redefinition. Fortifying ppoll() is of very little benefit anyway.