/*** Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved. File: Semaphore.Unix.cpp Date: 2021-6-12 Author: Reece ***/ #include #include "Semaphore.Generic.hpp" #include "Semaphore.Unix.hpp" #if !defined(_AURUNTIME_GENERIC_SEMAPHORE) && !defined(AURORA_IS_XNU_DERIVED) #include