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

Unified Diff: mojo/public/c/system/wait.h

Issue 1827193002: Remove deprecated headers from mojo/public/{c,cpp}/system. (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/c/system/types.h ('k') | mojo/public/cpp/system/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/system/wait.h
diff --git a/mojo/public/c/system/wait.h b/mojo/public/c/system/wait.h
index a846882d860e00bfae7c24bb1ffbec2aa0d98fbc..36d31e20538aa18d8fb0f84ed733ac9bb0b9bf6f 100644
--- a/mojo/public/c/system/wait.h
+++ b/mojo/public/c/system/wait.h
@@ -102,9 +102,9 @@ MojoResult MojoWaitMany(const MojoHandle* MOJO_RESTRICT handles, // In.
const MojoHandleSignals* MOJO_RESTRICT signals, // In.
uint32_t num_handles, // In.
MojoDeadline deadline, // In.
- uint32_t* MOJO_RESTRICT result_index, // Optional out
+ uint32_t* MOJO_RESTRICT result_index, // Optional out.
struct MojoHandleSignalsState* MOJO_RESTRICT
- signals_states); // Optional out
+ signals_states); // Optional out.
MOJO_END_EXTERN_C
« no previous file with comments | « mojo/public/c/system/types.h ('k') | mojo/public/cpp/system/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698