From 5bf69a4b16f95b894c4e7dabc337e4b754578524 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Sat, 26 Nov 2011 16:49:25 +0000 Subject: [PATCH] style(9) fix. Approved by: dim (mentor) --- lib/libc/gen/_pthread_stubs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/gen/_pthread_stubs.c b/lib/libc/gen/_pthread_stubs.c index 98830ea466d..bd35bd222bf 100644 --- a/lib/libc/gen/_pthread_stubs.c +++ b/lib/libc/gen/_pthread_stubs.c @@ -297,7 +297,7 @@ stub_self(void) static int stub_fail(void) { - return ENOSYS; + return (ENOSYS); } static int