diff options
author | theraven <theraven@FreeBSD.org> | 2011-11-26 16:49:25 +0000 |
---|---|---|
committer | theraven <theraven@FreeBSD.org> | 2011-11-26 16:49:25 +0000 |
commit | fdeade719c377c66cefec6008f2001bd92db046a (patch) | |
tree | 24ad962bb429a8ecd72c58d532d02fb7017b7f8d /lib/libc | |
parent | 49d3428b08ba0d9c1f9103cbbe53c7a73c2dedda (diff) | |
download | FreeBSD-src-fdeade719c377c66cefec6008f2001bd92db046a.zip FreeBSD-src-fdeade719c377c66cefec6008f2001bd92db046a.tar.gz |
style(9) fix.
Approved by: dim (mentor)
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/_pthread_stubs.c | 2 |
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 |