mirror of
https://github.com/moparisthebest/curl
synced 2025-03-03 18:59:46 -05:00

This was previously defined by the obsolete AC_TYPE_SIGNAL macro, which was removed in 2682e5f5. The deprecation text says > Your code may safely assume C89 semantics that RETSIGTYPE is void. So, remove it and just use void instead. Closes #6861