mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
hurd: Fix build
* sysdeps/mach/hurd/i386/sigreturn.c (__sigreturn2): Spin-lock '&ss->lock', not 'ss'.
This commit is contained in:
parent
3c05dd79d0
commit
9681c61f11
@ -30,7 +30,7 @@ static void
|
||||
__sigreturn2 (int *usp)
|
||||
{
|
||||
struct hurd_sigstate *ss = _hurd_self_sigstate ();
|
||||
__spin_unlock (ss);
|
||||
__spin_unlock (&ss->lock);
|
||||
|
||||
sp = usp;
|
||||
#define A(line) asm volatile (#line)
|
||||
|
Loading…
Reference in New Issue
Block a user