commit-gnuradio
[Top][All Lists]
Advanced

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

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


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

Author: eb
Date: 2007-04-05 23:16:32 -0600 (Thu, 05 Apr 2007)
New Revision: 4892

Modified:
   gnuradio/branches/developers/eb/ibu/omnithread/posix.cc
Log:
Because of a missing define, omnithread::self() was returning a bogus pointer.


Modified: gnuradio/branches/developers/eb/ibu/omnithread/posix.cc
===================================================================
--- gnuradio/branches/developers/eb/ibu/omnithread/posix.cc     2007-04-06 
04:42:45 UTC (rev 4891)
+++ gnuradio/branches/developers/eb/ibu/omnithread/posix.cc     2007-04-06 
05:16:32 UTC (rev 4892)
@@ -57,6 +57,8 @@
 #define NoNanoSleep
 #endif
 
+#define PthreadDraftVersion 10
+
 #ifdef HAVE_SYS_TIME_H
 // typedef of struct timeval and gettimeofday();
 #include <sys/time.h>





reply via email to

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