diff options
Diffstat (limited to 'README.threads')
-rw-r--r-- | README.threads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.threads b/README.threads index 15d36de644..de95e10e66 100644 --- a/README.threads +++ b/README.threads @@ -217,7 +217,7 @@ multi-threading code. Under Linux, that also turns on a quick hack I did to grab a bit of extra information from segfaults. If you have a fancier gdb/threads setup than I do then you'll have to delete the lines in perl.c which say - #if defined(DEBUGGING) && defined(USE_THREADS) && defined(__linux__) + #if defined(DEBUGGING) && defined(USE_5005THREADS) && defined(__linux__) DEBUG_S(signal(SIGSEGV, (void(*)(int))catch_sigsegv);); #endif |