14 lines
254 B
C++
14 lines
254 B
C++
/***
|
|
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
|
|
|
File: LSSemaphore.Linux.cpp
|
|
Date: 2021-10-1
|
|
Author: Reece
|
|
***/
|
|
#include <Source/RuntimeInternal.hpp>
|
|
#include "LSSemaphore.hpp"
|
|
|
|
namespace Aurora::Loop
|
|
{
|
|
|
|
} |