aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmdline.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmdline.c')
-rw-r--r--src/cmdline.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cmdline.c b/src/cmdline.c
index 8974d5b..ebb5060 100644
--- a/src/cmdline.c
+++ b/src/cmdline.c
@@ -20,10 +20,10 @@ union semun {
#define S 0
-#define P 0
-#define Q 1
+#define P 1
+#define Q 2
-#define SEMAPHORES 2
+#define SEMAPHORES 3
#define MEMORY_SIZE (2 * 1024)