public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED PATCH] NaCl: Fix compile error in clock function.
@ 2016-09-03  0:02 Roland McGrath
  0 siblings, 0 replies; only message in thread
From: Roland McGrath @ 2016-09-03  0:02 UTC (permalink / raw)
  To: GNU C. Library

2016-09-02  Roland McGrath  <roland@hack.frob.com>

	* sysdeps/nacl/clock.c (clock): nacl_abi_clock_t -> nacl_irt_clock_t

diff --git a/sysdeps/nacl/clock.c b/sysdeps/nacl/clock.c
index 664ad65..b6fbcfd 100644
--- a/sysdeps/nacl/clock.c
+++ b/sysdeps/nacl/clock.c
@@ -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);
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-09-03  0:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-03  0:02 [COMMITTED PATCH] NaCl: Fix compile error in clock function Roland McGrath

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).