From ee969ad99dc1e07e1c38876223e7aed13463b121 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 22 Dec 2016 13:22:18 -0800 Subject: Synchronization enhancements - inproc & msgqueue. Absolute waits... --- src/platform/posix/posix_alloc.c | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'src/platform/posix/posix_alloc.c') diff --git a/src/platform/posix/posix_alloc.c b/src/platform/posix/posix_alloc.c index eb5c889e..83fe305d 100644 --- a/src/platform/posix/posix_alloc.c +++ b/src/platform/posix/posix_alloc.c @@ -1,11 +1,11 @@ -/* - * Copyright 2016 Garrett D'Amore - * - * This software is supplied under the terms of the MIT License, a - * copy of which should be located in the distribution where this - * file was obtained (LICENSE.txt). A copy of the license may also be - * found online at https://opensource.org/licenses/MIT. - */ +// +// Copyright 2016 Garrett D'Amore +// +// This software is supplied under the terms of the MIT License, a +// copy of which should be located in the distribution where this +// file was obtained (LICENSE.txt). A copy of the license may also be +// found online at https://opensource.org/licenses/MIT. +// #include "core/nng_impl.h" @@ -13,9 +13,7 @@ #include -/* - * POSIX memory allocation. This is pretty much standard C. - */ +// POSIX memory allocation. This is pretty much standard C. void * nni_alloc(size_t size) { -- cgit v1.2.3-70-g09d2