summaryrefslogtreecommitdiff
path: root/.topmsg
blob: 0bcee6184f4331e2cd553598071f7417e2ae5bda (plain)
1
2
3
4
5
6
7
From: Samuel Thibault <samuel.thibault@ens-lyon.org>
Subject: [PATCH] Fix SS_ONSTACK support

* sysdeps/mach/hurd/i386/sigreturn.c (__sigreturn2): New function,
unlocks SS and returns to the saved PC.
(__sigreturn): Do not unlock SS, and "return" into __sigreturn2 on the
thread stack instead of the saved PC.