summaryrefslogtreecommitdiff
path: root/.topmsg
blob: 52209bf3cbbf201cece914e6fcbacc49d7d0305a (plain)
1
2
3
4
5
6
7
8
9
COMMITED UPSTREAM

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.