X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Tools%2Fnativelib%2Fsemaphore.c;h=20c329394b8025759ee8664c38dcaf59e2b23e20;hb=d3aae1faa01ae8fa2156fe266c9e6a5bfe785ea2;hp=c1476f62de621ee557025f3b8ae282d6dfcbe236;hpb=3241c317ee9f714eba6a0fa82de79cfe5f104993;p=tpg%2Facess2.git diff --git a/Tools/nativelib/semaphore.c b/Tools/nativelib/semaphore.c index c1476f62..20c32939 100644 --- a/Tools/nativelib/semaphore.c +++ b/Tools/nativelib/semaphore.c @@ -8,6 +8,11 @@ #include #include +#if 0 +TODO:: Rework kernel-land semaphore code to use events +- Allows it to be used here and be tested easier +#endif + // === CODE === void Semaphore_Init(tSemaphore *Sem, int InitValue, int MaxValue, const char *Module, const char *Name) {