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:
authorCharles Wilson <cygwin@cwilson.fastmail.fm>2009-10-07 19:47:38 +0400
committerCharles Wilson <cygwin@cwilson.fastmail.fm>2009-10-07 19:47:38 +0400
commitdc4e4aabba2e502205eb6fd4c6e12f5a88df4983 (patch)
tree0987c480ccd36f5d0cbdcc778e39cc432624321f /winsup/cygwin/sigproc.cc
parentdfbf36f8dbf7644509573586bad5bdb8a0088457 (diff)
Support pseudo-reloc version 2
Diffstat (limited to 'winsup/cygwin/sigproc.cc')
-rw-r--r--winsup/cygwin/sigproc.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc
index bbbe9831e..7c61a5121 100644
--- a/winsup/cygwin/sigproc.cc
+++ b/winsup/cygwin/sigproc.cc
@@ -923,6 +923,8 @@ child_info::proc_retry (HANDLE h)
break;
case STATUS_DLL_NOT_FOUND:
return exit_code;
+ case STATUS_ILLEGAL_DLL_PSEUDO_RELOCATION: /* pseudo-reloc.c specific */
+ return exit_code;
case STATUS_CONTROL_C_EXIT:
if (saw_ctrl_c ())
return EXITCODE_OK;