Message ID | 20190830163001.14480-1-samuel.thibault@ens-lyon.org |
---|---|
State | New |
Headers | show |
Series | [hurd,commited] hurd: Fix build | expand |
diff --git a/sysdeps/mach/hurd/i386/sigreturn.c b/sysdeps/mach/hurd/i386/sigreturn.c index c9eaf96f7d..111ca33b54 100644 --- a/sysdeps/mach/hurd/i386/sigreturn.c +++ b/sysdeps/mach/hurd/i386/sigreturn.c @@ -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)