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

Include <signal.h> header to define SIGTERM symbol #4

Closed
a-roy opened this issue Sep 21, 2017 · 1 comment
Closed

Include <signal.h> header to define SIGTERM symbol #4

a-roy opened this issue Sep 21, 2017 · 1 comment

Comments

@a-roy
Copy link

a-roy commented Sep 21, 2017

Tested using gcc version 7.2.0, Galendae does not compile because 'SIGTERM' is undeclared. The header file <signal.h> needs to be included in src/instance.c.

@chris-marsh
Copy link
Owner

Thanks a-roy. For some reason I had included SIGTERM from <sys/types.h> but this seems to have stopped working. I've changed the code as per your more sensible suggestion.

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

No branches or pull requests

2 participants