Tim Clem (@tclem) commented about dlls/ntdll/unix/sync.c:
*/ NTSTATUS WINAPI NtQuerySystemTime( LARGE_INTEGER *time ) { -#ifdef HAVE_CLOCK_GETTIME +#ifdef __APPLE__
- extern int __commpage_gettimeofday( struct timeval *tp );
I think this calls for a quick comment (or at least a note in the commit message) as to why we're using this function.