http://bugs.winehq.org/show_bug.cgi?id=29168
--- Comment #230 from Xolotl Loki xoloki@gmail.com 2012-07-10 18:10:24 CDT ---
KUSER_SHARED_DATA updates using a clock_nanosleep against wine-1.5.5
Does not compile on MacOSX against wine 1.5.8:
clock_nanosleep is part of POSIX.1-2001 (IEEE Std 1003.1-2001). It looks like OS X only supports POSIX.1 (IEEE Std 1003.1-1988). So the clock_nanosleep patch will not work on OS X.
Does the previous patch (KUSER_SHARED_DATA updates using a dedicated thread with no debugging) no longer work? I can regenerate it against a new wine version if needed.