Change __darwin__ to __APPLE__.
This commit is contained in:
parent
41670d3ed7
commit
3b9f280d81
|
@ -101,7 +101,7 @@ typedef struct ucontext SIGCONTEXT;
|
|||
|
||||
#endif /* linux */
|
||||
|
||||
#ifdef __darwin__
|
||||
#ifdef __APPLE__
|
||||
|
||||
# include <sys/ucontext.h>
|
||||
|
||||
|
@ -159,7 +159,7 @@ SIGTRAP
|
|||
SIGFPE
|
||||
*/
|
||||
|
||||
#endif /* __darwin__ */
|
||||
#endif /* __APPLE__ */
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue