Linux fixes.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@372 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-05-05 16:25:38 +00:00
parent f283f1f9da
commit 2b4f58edb5
3 changed files with 35 additions and 37 deletions

View File

@@ -4474,7 +4474,7 @@ RCODE f_getMemoryInfo(
#elif defined( FLM_LINUX)
flmGetLinuxMemInfo( &ui64TotalPhysMem, &ui64AvailPhysMem);
f_getLinuxMemInfo( &ui64TotalPhysMem, &ui64AvailPhysMem);
#elif defined( _SC_PAGESIZE) && defined( _SC_AVPHYS_PAGES)