http://bugs.winehq.org/show_bug.cgi?id=29168
--- Comment #229 from julusp@gmail.com 2012-07-10 13:28:14 CDT --- (In reply to comment #222)
Created attachment 40435 [details] KUSER_SHARED_DATA updates using a clock_nanosleep against wine-1.5.5
Does not compile on MacOSX against wine 1.5.8:
thread.c: In function ‘shared_data_thread’: thread.c:117: warning: implicit declaration of function ‘clock_gettime’ thread.c:117: error: ‘CLOCK_MONOTONIC’ undeclared (first use in this function) thread.c:117: error: (Each undeclared identifier is reported only once thread.c:117: error: for each function it appears in.) thread.c:129: warning: implicit declaration of function ‘clock_nanosleep’ thread.c:129: error: ‘TIMER_ABSTIME’ undeclared (first use in this function)