From 1ab680facd88fc3e63d5a82256373d6b517fbe8d Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 5 Feb 2020 21:38:16 -0800 Subject: fixes #1182 v1.2.5 build fails gcc 4.8 --- src/platform/posix/posix_impl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/platform/posix/posix_impl.h') 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. +// Copyright 2020 Staysail Systems, Inc. // Copyright 2018 Capitar IT Group BV // // 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; }; -- cgit v1.2.3-70-g09d2