[PATCH] util.time: Add clock_gettime() polyfill for Windows
28 views
Skip to first unread message
vkvo...@vivaldi.net
unread,
Feb 25, 2023, 10:15:22 AM2/25/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to proso...@googlegroups.com
Windows does not provide clock_gettime() natively, so a polyfill should have
been added. This particular one is simple, but doesn't care about monotonic or
realtime type. Source: https://stackoverflow.com/questions/5404277/