diff options
Diffstat (limited to 'winsup/cygwin/wow64.h')
-rw-r--r-- | winsup/cygwin/wow64.h | 2 |
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)); |