diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-02-05 21:59:11 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-02-05 22:04:13 -0800 |
| commit | 8d3b53879bdaf1b1d617a40633a66eea9eb345ef (patch) | |
| tree | 28aef8f89920e78de27f3811ddb19a25bc97ff70 /src/platform/posix/posix_impl.h | |
| parent | f09cc5ec0940b686f1422cddbdeb53d704b84233 (diff) | |
| download | nng-6efe56bf8e8c378418a42e54a860f86efdb662ec.tar.gz nng-6efe56bf8e8c378418a42e54a860f86efdb662ec.tar.bz2 nng-6efe56bf8e8c378418a42e54a860f86efdb662ec.zip | |
Diffstat (limited to 'src/platform/posix/posix_impl.h')
| -rw-r--r-- | src/platform/posix/posix_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/platform/posix/posix_impl.h b/src/platform/posix/posix_impl.h index a1cb62c5..e09be87e 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 @@ -96,7 +96,7 @@ struct nni_atomic_flag { bool f; }; -struct nni_atomic_bol { +struct nni_atomic_bool { bool b; }; |
