summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authortheraven <theraven@FreeBSD.org>2011-11-26 16:49:25 +0000
committertheraven <theraven@FreeBSD.org>2011-11-26 16:49:25 +0000
commitfdeade719c377c66cefec6008f2001bd92db046a (patch)
tree24ad962bb429a8ecd72c58d532d02fb7017b7f8d /lib
parent49d3428b08ba0d9c1f9103cbbe53c7a73c2dedda (diff)
downloadFreeBSD-src-fdeade719c377c66cefec6008f2001bd92db046a.zip
FreeBSD-src-fdeade719c377c66cefec6008f2001bd92db046a.tar.gz
style(9) fix.
Approved by: dim (mentor)
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/_pthread_stubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/_pthread_stubs.c b/lib/libc/gen/_pthread_stubs.c
index 98830ea..bd35bd2 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
OpenPOWER on IntegriCloud