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

Unified Diff: fusl/include/sys/eventfd.h

Issue 1714623002: [fusl] clang-format fusl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: headers too Created 4 years, 10 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: fusl/include/sys/eventfd.h
diff --git a/fusl/include/sys/eventfd.h b/fusl/include/sys/eventfd.h
index dc5c88f041fb5084a4d1ebea2d8e540292ea4a88..dda2aacdc6efb267d79b5e8e17dcd79931a18e50 100644
--- a/fusl/include/sys/eventfd.h
+++ b/fusl/include/sys/eventfd.h
@@ -15,10 +15,9 @@ typedef uint64_t eventfd_t;
#define EFD_NONBLOCK O_NONBLOCK
int eventfd(unsigned int, int);
-int eventfd_read(int, eventfd_t *);
+int eventfd_read(int, eventfd_t*);
int eventfd_write(int, eventfd_t);
-
#ifdef __cplusplus
}
#endif

Powered by Google App Engine
This is Rietveld 408576698