View | Details | Raw Unified | Return to issue 22404
Collapse All | Expand All

(-)osl/unx/tempfile.c (-1 / +1 lines)
Lines 104-110 Link Here
104
    if ( !pValue )
104
    if ( !pValue )
105
	{
105
	{
106
        pValue = getenv( "TMP" );
106
        pValue = getenv( "TMP" );
107
#if defined(SOLARIS) || defined (LINUX) || defined (FREEBSD)
107
#if defined(SOLARIS) || defined (LINUX) || defined (FREEBSD) || defined (MACOSX)
108
		if ( !pValue )
108
		if ( !pValue )
109
			pValue = P_tmpdir;
109
			pValue = P_tmpdir;
110
#endif
110
#endif

Return to issue 22404