mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-05-08 07:32:55 +08:00
2f806622e1
sigaction is not defined in standards as a struct starting with another
struct. Some *BSD variants do however, resulting in a warning from the
zero initialization, which this change eliminates.
This partially reverts a92be9b856.