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> _______________________________________________ Commit-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnuradio
