mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-12 20:31:55 -08:00
SA_SIGINFO is only defined in Solaris when using _XOPEN_SOURCE >= 500
This commit is contained in:
parent
857807f813
commit
fa2bcce0f4
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
See file '../Copyright' for full details.
|
||||
*/
|
||||
|
||||
#define _XOPEN_SOURCE 600 /* For SA_SIGINFO in Solaris */
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue