Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure: remove use of RETSIGTYPE #6861

Closed
wants to merge 1 commit into from

Conversation

michaelforney
Copy link
Contributor

This was previously defined by the obsolete AC_TYPE_SIGNAL macro, which was removed in 2682e5f. The deprecation text says

Your code may safely assume C89 semantics that RETSIGTYPE is void.

So, remove it and just use void instead.

This was previously defined by the obsolete AC_TYPE_SIGNAL macro,
which was removed in 2682e5f. The deprecation text says

> Your code may safely assume C89 semantics that RETSIGTYPE is void.

So, remove it and just use void instead.
@bagder bagder closed this in 812fce9 Apr 7, 2021
@bagder
Copy link
Member

bagder commented Apr 7, 2021

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants