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

Unified Diff: mojo/public/platform/native_cgo/system_cgo.go

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/platform/native_cgo/system_cgo.go
diff --git a/mojo/public/platform/native_cgo/system_cgo.go b/mojo/public/platform/native_cgo/system_cgo.go
index fbc4f93317020295bce26f85a3afe95ea1e56eec..74059de8e45e1ca8c9d903ba4fb8ec301dc61b11 100644
--- a/mojo/public/platform/native_cgo/system_cgo.go
+++ b/mojo/public/platform/native_cgo/system_cgo.go
@@ -6,11 +6,11 @@ package native_cgo
//#include "mojo/public/c/system/buffer.h"
//#include "mojo/public/c/system/data_pipe.h"
-//#include "mojo/public/c/system/functions.h"
//#include "mojo/public/c/system/handle.h"
//#include "mojo/public/c/system/message_pipe.h"
//#include "mojo/public/c/system/result.h"
-//#include "mojo/public/c/system/types.h"
+//#include "mojo/public/c/system/time.h"
+//#include "mojo/public/c/system/wait.h"
//
// // These functions are used to 8-byte align C structs.
// MojoResult CreateSharedBuffer(struct MojoCreateSharedBufferOptions* options,

Powered by Google App Engine
This is Rietveld 408576698