[mythtv-commits] mythtv/master commit: 3369811fe by Gavin Hurlbut (Beirdo)

MythTV noreply at mythtv.org
Wed Aug 24 08:00:19 UTC 2011


      Author:  Gavin Hurlbut <ghurlbut at mythtv.org>
 Change Date:  2011-08-24T00:58:01-07:00
   Push Date:  2011/08/24 01:00:11 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  3369811fe758e78b3f9aa1ad804d4f489ccc8ced
   Changeset:  https://github.com/MythTV/mythtv/commit/3369811fe

Log:

Revert nanosleep change for Windows.

OK, I shoulda checked first, but my new buildbot slave (not in production yet)
caught it for me.  There is no nanosleep() in mingw, as that is a POSIX only
function.  We do not use cygwin, so we don't get the benefit of all of POSIX.

The list of functions in mingwrt is reputed to be these:
http://msdn.microsoft.com/en-us/library/634ca0c2

Modified:

   mythtv/libs/libmythbase/system-windows.cpp



More information about the mythtv-commits mailing list