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

AC_QEF_C_NORETURN: Include <stdlib.h> for exit #25

Merged
merged 1 commit into from
Sep 6, 2019
Merged

AC_QEF_C_NORETURN: Include <stdlib.h> for exit #25

merged 1 commit into from
Sep 6, 2019

Conversation

fweimer
Copy link

@fweimer fweimer commented Sep 6, 2019

The exit function is declared in <stdlib.h>, not <stdio.h>. Without
this change, the autoconf check will always fail with strict C99
compilers which do not support implicit function declarations.

The exit function is declared in <stdlib.h>, not <stdio.h>.  Without
this change, the autoconf check will always fail with strict C99
compilers which do not support implicit function declarations.
@vgropp vgropp merged commit b81da65 into vgropp:master Sep 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants