diff options
Diffstat (limited to 'os/backtrace.c')
-rw-r--r-- | os/backtrace.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/os/backtrace.c b/os/backtrace.c index fcc8274e4..c11552125 100644 --- a/os/backtrace.c +++ b/os/backtrace.c @@ -369,6 +369,13 @@ xorg_backtrace(void) return; } +/* Cygwin-specific reporter script which uses exec_wrapper */ +void +xorg_crashreport(void) +{ + return xorg_backtrace_exec_wrapper(BINDIR "/xorg-crashreport"); +} + #endif #endif #endif |