Added initial support for CLOCK_MONOTONIC.

This commit is contained in:
Camilla Berglund
2011-09-20 00:55:20 +02:00
parent df75a2dc2f
commit eede75fe5e
4 changed files with 51 additions and 26 deletions
+3
View File
@@ -639,6 +639,9 @@ const char* _glfwPlatformGetVersionString(void)
#else
" no-extension-support"
#endif
#if defined(_POSIX_TIMERS) && defined(_POSIX_MONOTONIC_CLOCK)
" clock_gettime"
#endif
#if defined(_GLFW_USE_LINUX_JOYSTICKS)
" Linux-joystick-API"
#else