More updates for Solaris.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@426 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -1579,17 +1579,6 @@ FLMINT32 posix_atomic_xchg_32(
|
||||
return( i32RetVal);
|
||||
}
|
||||
|
||||
/**********************************************************************
|
||||
Desc:
|
||||
**********************************************************************/
|
||||
#if defined( FLM_SOLARIS) && !defined( FLM_GNUC)
|
||||
void * f_va_arg_next(
|
||||
f_va_list * pList)
|
||||
{
|
||||
return( __builtin_va_arg_incr( *pList, NULL));
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // FLM_UNIX
|
||||
|
||||
#if defined( FLM_WATCOM_NLM)
|
||||
|
||||
Reference in New Issue
Block a user