commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r4894 - gnuradio/branches/developers/eb/ibu/omnithread


From: eb
Subject: [Commit-gnuradio] r4894 - gnuradio/branches/developers/eb/ibu/omnithread
Date: Thu, 5 Apr 2007 23:36:22 -0600 (MDT)

Author: eb
Date: 2007-04-05 23:36:21 -0600 (Thu, 05 Apr 2007)
New Revision: 4894

Modified:
   gnuradio/branches/developers/eb/ibu/omnithread/posix.cc
Log:
Confirm that PthreadDraftVersion is defined to avoid quiet failure

Modified: gnuradio/branches/developers/eb/ibu/omnithread/posix.cc
===================================================================
--- gnuradio/branches/developers/eb/ibu/omnithread/posix.cc     2007-04-06 
05:28:49 UTC (rev 4893)
+++ gnuradio/branches/developers/eb/ibu/omnithread/posix.cc     2007-04-06 
05:36:21 UTC (rev 4894)
@@ -51,6 +51,10 @@
 #include <time.h>
 #include <omnithread.h>
 
+#if (PthreadDraftVersion == 0)
+#error "PthreadDraftVersion not defined.  If not sure, define it to 10"
+#endif
+
 #ifdef HAVE_NANOSLEEP
 #undef NoNanoSleep
 #else





reply via email to

[Prev in Thread] Current Thread [Next in Thread]