aboutsummaryrefslogtreecommitdiff
path: root/src/platform/posix/posix_impl.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-02-05 21:38:16 -0800
committerGarrett D'Amore <garrett@damore.org>2020-02-05 21:45:06 -0800
commit1ab680facd88fc3e63d5a82256373d6b517fbe8d (patch)
tree383024a897ec23e491753eecfd66c271250b5491 /src/platform/posix/posix_impl.h
parentb46d532dc90b52eec42376e8c75bed5c6c7416a4 (diff)
downloadnng-1ab680facd88fc3e63d5a82256373d6b517fbe8d.tar.gz
nng-1ab680facd88fc3e63d5a82256373d6b517fbe8d.tar.bz2
nng-1ab680facd88fc3e63d5a82256373d6b517fbe8d.zip
fixes #1182 v1.2.5 build fails gcc 4.8
Diffstat (limited to 'src/platform/posix/posix_impl.h')
-rw-r--r--src/platform/posix/posix_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/platform/posix/posix_impl.h b/src/platform/posix/posix_impl.h
index 3ec66b6b..2a6fd6a1 100644
--- a/src/platform/posix/posix_impl.h
+++ b/src/platform/posix/posix_impl.h
@@ -1,5 +1,5 @@
//
-// Copyright 2019 Staysail Systems, Inc. <info@staysail.tech>
+// Copyright 2020 Staysail Systems, Inc. <info@staysail.tech>
// Copyright 2018 Capitar IT Group BV <info@capitar.com>
//
// This software is supplied under the terms of the MIT License, a
@@ -100,7 +100,7 @@ struct nni_atomic_flag {
bool f;
};
-struct nni_atomic_bol {
+struct nni_atomic_bool {
bool b;
};