| 493 | |
| 494 | #if defined(__APPLE__) |
| 495 | static int __apple_stack_walkback(ucontext_t *context, unsigned maxframes, |
| 496 | void (*handler)(void *returnaddr, |
| 497 | void *handlerarg), |
| 498 | void *handlerarg) |
| 499 | { |
| 500 | return 0; |
| 501 | } |
| 502 | #endif |
| 503 | |
| 504 | #if defined(__hpux) |