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

Unified Diff: fusl/include/sys/shm.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/shm.h
diff --git a/fusl/include/sys/shm.h b/fusl/include/sys/shm.h
index 67be822bc3baacfbf7f426f3512e5f35b5555c91..7e66d7a3f35edd75ba7f430bf0b7158a4cee1bda 100644
--- a/fusl/include/sys/shm.h
+++ b/fusl/include/sys/shm.h
@@ -27,9 +27,9 @@ extern "C" {
#define SHM_W 0200
#define SHM_RDONLY 010000
-#define SHM_RND 020000
-#define SHM_REMAP 040000
-#define SHM_EXEC 0100000
+#define SHM_RND 020000
+#define SHM_REMAP 040000
+#define SHM_EXEC 0100000
#define SHM_LOCK 11
#define SHM_UNLOCK 12
@@ -42,9 +42,9 @@ extern "C" {
typedef unsigned long shmatt_t;
-void *shmat(int, const void *, int);
-int shmctl(int, int, struct shmid_ds *);
-int shmdt(const void *);
+void* shmat(int, const void*, int);
+int shmctl(int, int, struct shmid_ds*);
+int shmdt(const void*);
int shmget(key_t, size_t, int);
#ifdef __cplusplus

Powered by Google App Engine
This is Rietveld 408576698