Added missing functions on Unix platforms.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@363 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-04-27 19:46:47 +00:00
parent 082f51d11d
commit 969a9301d8
6 changed files with 28 additions and 77 deletions

View File

@@ -41,6 +41,7 @@
#include <fcntl.h>
extern FLMUINT gv_uiMaxFileSize;
extern FLMBOOL gv_bOkToDoAsyncWrites;
#if defined( FLM_SOLARIS)
@@ -1607,6 +1608,13 @@ static void sparc_asm_code( void)
}
#endif
/****************************************************************************
Desc:
****************************************************************************/
void FLMAPI f_yieldCPU( void)
{
}
#endif // FLM_UNIX
#if defined( FLM_WATCOM_NLM)