Revision: 34172
http://sourceforge.net/p/opalvoip/code/34172
Author: rjongbloed
Date: 2015-10-09 10:16:51 +0000 (Fri, 09 Oct 2015)
Log Message:
-----------
Fixed GNU compile
Modified Paths:
--------------
ptlib/trunk/src/ptlib/unix/tlibthrd.cxx
Modified: ptlib/trunk/src/ptlib/unix/tlibthrd.cxx
===================================================================
--- ptlib/trunk/src/ptlib/unix/tlibthrd.cxx 2015-10-09 10:13:58 UTC (rev 34171)
+++ ptlib/trunk/src/ptlib/unix/tlibthrd.cxx 2015-10-09 10:16:51 UTC (rev 34172)
@@ -416,7 +416,7 @@
bool PThread::PX_kill(PThreadIdentifier id, int sig)
{
-#if P_LINUX
+#if defined(P_LINUX)
if (!PProcess::IsInitialised())
return false;
PProcess & process = PProcess::Current();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|