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:
ahodgkinson
2006-04-27 23:27:28 +00:00
parent 0a94a042f0
commit 1c5226cf04
5 changed files with 27 additions and 29 deletions

View File

@@ -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);