Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(876)

Unified Diff: mojo/public/python/c_async_waiter.pxd

Issue 1783623005: Add mojo/c/system/{time.h,wait.h}. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/public/python/c_async_waiter.pxd
diff --git a/mojo/public/python/c_async_waiter.pxd b/mojo/public/python/c_async_waiter.pxd
index 099c23629e5808aa3798d7a43eaab72d782e450f..d0f19c02db8c4767d166f79014b29516db0a44f1 100644
--- a/mojo/public/python/c_async_waiter.pxd
+++ b/mojo/public/python/c_async_waiter.pxd
@@ -12,7 +12,7 @@ cdef extern from "mojo/public/c/system/handle.h" nogil:
ctypedef uint32_t MojoHandleSignals
-cdef extern from "mojo/public/c/system/types.h" nogil:
+cdef extern from "mojo/public/c/system/time.h" nogil:
ctypedef uint64_t MojoDeadline

Powered by Google App Engine
This is Rietveld 408576698