]> sourceware.org Git - glibc.git/commitdiff
NaCl: Fix compile error in clock function.
authorRoland McGrath <roland@hack.frob.com>
Fri, 2 Sep 2016 23:56:35 +0000 (16:56 -0700)
committerRoland McGrath <roland@hack.frob.com>
Fri, 2 Sep 2016 23:56:35 +0000 (16:56 -0700)
* sysdeps/nacl/clock.c (clock): nacl_abi_clock_t -> nacl_irt_clock_t

ChangeLog
sysdeps/nacl/clock.c

index f95b22f587c9bcff3b81c13993d85994d7aa1739..3e70b4c5a6308c94aefd30228f1125f61200b6db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-09-02  Roland McGrath  <roland@hack.frob.com>
+
+       * sysdeps/nacl/clock.c (clock): nacl_abi_clock_t -> nacl_irt_clock_t
+
 2016-09-02  Siddhesh Poyarekar  <siddhesh@sourceware.org>
 
        * sysdeps/ieee754/dbl-64/s_sin.c (do_cos): Mark as inline.
index 664ad650c3f60697d53414f997b8c71dd2552ac0..b6fbcfd2dd0a38cd17debd28fd6ca32a7a16cf89 100644 (file)
@@ -24,6 +24,6 @@
 clock_t
 clock (void)
 {
-  nacl_abi_clock_t result;
+  nacl_irt_clock_t result;
   return NACL_CALL (__nacl_irt_basic.clock (&result), result);
 }
This page took 0.158815 seconds and 5 git commands to generate.