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:
authorCorinna Vinschen <corinna@vinschen.de>2011-12-17 14:05:25 +0400
committerCorinna Vinschen <corinna@vinschen.de>2011-12-17 14:05:25 +0400
commitd329320822c62d9c7a2b5a654767e7ad814ee91b (patch)
tree1f67e84553fb83ec30089c671d06c2bc9ee1a7a4 /winsup/cygwin/wow64.h
parentce3318344c573af96b932b618766aadfffb65cf2 (diff)
* wow64.cc (wow64_revert_to_original_stack): Fix comment.
* wow64.h (wow64_respawn_process): Declare noreturn.
Diffstat (limited to 'winsup/cygwin/wow64.h')
-rw-r--r--winsup/cygwin/wow64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/wow64.h b/winsup/cygwin/wow64.h
index bd0564f1f..189440950 100644
--- a/winsup/cygwin/wow64.h
+++ b/winsup/cygwin/wow64.h
@@ -12,4 +12,4 @@ extern bool NO_COPY wow64_has_64bit_parent;
extern bool wow64_test_for_64bit_parent ();
extern PVOID wow64_revert_to_original_stack (PVOID &allocationbase);
-extern void wow64_respawn_process ();
+extern void wow64_respawn_process () __attribute__ ((noreturn));