From e71f7804caa6352ba4cec3aaf04800c9a3f88d48 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 25 Jan 2018 02:23:02 +0100 Subject: Fix spurious whitespaces --- pthread/pt-create.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread/pt-create.c') diff --git a/pthread/pt-create.c b/pthread/pt-create.c index c9e0730..e517087 100644 --- a/pthread/pt-create.c +++ b/pthread/pt-create.c @@ -185,7 +185,7 @@ __pthread_create_internal (struct __pthread **thread, else err = __pthread_sigstate (_pthread_self (), 0, 0, &sigset, 0); assert_perror (err); - + err = __pthread_sigstate (pthread, SIG_SETMASK, &sigset, 0, 1); assert_perror (err); -- cgit v1.2.3