summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2014-08-16 08:37:13 +0000
committerkib <kib@FreeBSD.org>2014-08-16 08:37:13 +0000
commit6f9f1bcfb80d50fe7cd46c63ecb4c5fbad2a59ed (patch)
treef9233269ea0d91b94440c14599b49b63478b704d /lib/libthr/thread
parentae3a2a5c84fb35878449eb2fdb6c9513488e3d1a (diff)
downloadFreeBSD-src-6f9f1bcfb80d50fe7cd46c63ecb4c5fbad2a59ed.zip
FreeBSD-src-6f9f1bcfb80d50fe7cd46c63ecb4c5fbad2a59ed.tar.gz
MFC r269908:
Style.
Diffstat (limited to 'lib/libthr/thread')
-rw-r--r--lib/libthr/thread/thr_stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_stack.c b/lib/libthr/thread/thr_stack.c
index 15a9c82..5f8cd4e 100644
--- a/lib/libthr/thread/thr_stack.c
+++ b/lib/libthr/thread/thr_stack.c
@@ -268,7 +268,7 @@ _thr_stack_alloc(struct pthread_attr *attr)
/* Map the stack and guard page together, and split guard
page from allocated space: */
- if ((stackaddr = mmap(stackaddr, stacksize+guardsize,
+ if ((stackaddr = mmap(stackaddr, stacksize + guardsize,
_rtld_get_stack_prot(), MAP_STACK,
-1, 0)) != MAP_FAILED &&
(guardsize == 0 ||
OpenPOWER on IntegriCloud