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

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

Issue 1779353002: Deprecate mojo/public/c/system/core.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
« no previous file with comments | « mojo/public/platform/native_cgo/system_cgo.go ('k') | mojo/public/python/c_core.pxd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e2c3048ae0647d6e54f8b4ac0cffa02e0008f722..e0e00f04cbbc4dd8f48869293a5b3918ea5c9fd1 100644
--- a/mojo/public/python/c_async_waiter.pxd
+++ b/mojo/public/python/c_async_waiter.pxd
@@ -7,7 +7,7 @@
from libc.stdint cimport intptr_t, uint32_t, uint64_t
-cdef extern from "mojo/public/c/system/core.h" nogil:
+cdef extern from "mojo/public/c/system/types.h" nogil:
ctypedef uint32_t MojoHandle
ctypedef uint64_t MojoDeadline
ctypedef uint32_t MojoHandleSignals
« no previous file with comments | « mojo/public/platform/native_cgo/system_cgo.go ('k') | mojo/public/python/c_core.pxd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698