Commit 84729949 by Alexis Hetu Committed by Alexis Hétu

Fixed sys/time.h vs time.h issue on Linux

There was a compilation issue on some bots on Linux related to time functions which was fixable with a simple config setting. Change-Id: I8bc71f4298d662e48dd12a4c8963ed5ef3211949 Reviewed-on: https://swiftshader-review.googlesource.com/8252Tested-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <capn@google.com>
parent eb253d0b
...@@ -669,7 +669,7 @@ ...@@ -669,7 +669,7 @@
#undef STAT_MACROS_BROKEN #undef STAT_MACROS_BROKEN
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME #define TIME_WITH_SYS_TIME 1
/* Define to 1 if your <sys/time.h> declares `struct tm'. */ /* Define to 1 if your <sys/time.h> declares `struct tm'. */
#undef TM_IN_SYS_TIME #undef TM_IN_SYS_TIME
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment