summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/gendef
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/gendef')
-rwxr-xr-xwinsup/cygwin/gendef3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/gendef b/winsup/cygwin/gendef
index 84157287e..83e9e1245 100755
--- a/winsup/cygwin/gendef
+++ b/winsup/cygwin/gendef
@@ -271,8 +271,9 @@ EOF
sub longjmp {
return <<EOF;
- .globl _setjmp
+ .globl _setjmp, ___sjfault
_setjmp:
+___sjfault:
pushl %ebp
movl %esp,%ebp
pushl %edi