Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/exceptions.cc')
-rw-r--r--winsup/cygwin/exceptions.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc
index 36f6a476a..362ad69a5 100644
--- a/winsup/cygwin/exceptions.cc
+++ b/winsup/cygwin/exceptions.cc
@@ -1334,7 +1334,7 @@ signal_exit (int sig, siginfo_t *si, void *)
if (cygheap->rlim_core == 0Ul)
break;
- sig |= 0x80; /* Set flag in exit status to show that we've "dumped core" */
+ sig |= __WCOREFLAG; /* Set flag in exit status to show that we've "dumped core" */
/* If core dump size is >1MB, try to invoke dumper to write a
.core file */