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

Unified Diff: fusl/src/ipc/ipc.h

Issue 1573973002: Add a "fork" of musl as //fusl. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 11 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 | « fusl/src/ipc/ftok.c ('k') | fusl/src/ipc/msgctl.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/src/ipc/ipc.h
diff --git a/fusl/src/ipc/ipc.h b/fusl/src/ipc/ipc.h
new file mode 100644
index 0000000000000000000000000000000000000000..30ab939ad6b9a2c4e4c9ebca7ec8cf3c6fc3cc38
--- /dev/null
+++ b/fusl/src/ipc/ipc.h
@@ -0,0 +1,12 @@
+#define IPCOP_semop 1
+#define IPCOP_semget 2
+#define IPCOP_semctl 3
+#define IPCOP_semtimedop 4
+#define IPCOP_msgsnd 11
+#define IPCOP_msgrcv 12
+#define IPCOP_msgget 13
+#define IPCOP_msgctl 14
+#define IPCOP_shmat 21
+#define IPCOP_shmdt 22
+#define IPCOP_shmget 23
+#define IPCOP_shmctl 24
« no previous file with comments | « fusl/src/ipc/ftok.c ('k') | fusl/src/ipc/msgctl.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698