diff options
Diffstat (limited to 'src/supplemental/util')
| -rw-r--r-- | src/supplemental/util/platform.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/supplemental/util/platform.c b/src/supplemental/util/platform.c index 8898b680..ddc2d088 100644 --- a/src/supplemental/util/platform.c +++ b/src/supplemental/util/platform.c @@ -1,5 +1,5 @@ // -// Copyright 2020 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2021 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 @@ -18,7 +18,7 @@ nng_time nng_clock(void) { (void) nni_init(); - return (nni_plat_clock()); + return (nni_clock()); } // Sleep for specified msecs. |
