Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / native_client / tests / clock / clock_irt_test.c
index c576334..b1ab5df 100644 (file)
@@ -52,8 +52,8 @@ struct timespec;
 /*
  * Basic functionality test: the syscalls are present.
  */
-int TimeTest(int (*func)(clockid_t clk_id, struct timespec *ts),
-             clockid_t clk_id,
+int TimeTest(int (*func)(nacl_irt_clockid_t clk_id, struct timespec *ts),
+             nacl_irt_clockid_t clk_id,
              char const *error_string,
              char const *success_name) {
   struct timespec       ts;