Fixed OS X compile issues.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@366 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -393,7 +393,7 @@ RCODE f_semWait(
|
||||
Desc: Get the lock on a semaphore - p operation
|
||||
****************************************************************************/
|
||||
#if defined( FLM_UNIX)
|
||||
FINLINE void FLMAPI f_semSignal(
|
||||
void FLMAPI f_semSignal(
|
||||
F_SEM hSem)
|
||||
{
|
||||
(void)sema_signal( (sema_t *)hSem);
|
||||
|
||||
Reference in New Issue
Block a user