mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
simulator: Make sure we define the right stuff for sigaltstack()
We got some of this stuff through SDL1 implicitly. Change-Id: I349be640ac15f79048d860bb58bae93a74a0e1ec
This commit is contained in:
parent
a7fba55fcf
commit
395311f7a1
1 changed files with 6 additions and 0 deletions
|
@ -1265,6 +1265,12 @@ Lyre prototype 1 */
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_SIGALTSTACK_THREADS)
|
||||
#ifndef _XOPEN_SOURCE
|
||||
#define _XOPEN_SOURCE 600 /* For sigaltstack */
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef CPU_MIPS
|
||||
#include <stdbool.h> /* MIPS GCC fix? */
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue