]> granicus.if.org Git - strace/commitdiff
tests/ipc.c: fix typo
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 25 Jul 2016 09:20:09 +0000 (09:20 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 25 Jul 2016 09:20:09 +0000 (09:20 +0000)
tests/ipc.c

index c6e758c32480be00e2e44b1cc098ddb4de79a3eb..d33a09f5ce8d938b5efe279861af737c1abbe29e 100644 (file)
@@ -40,7 +40,7 @@
 # ifndef SEMCTL
 #  define SEMCTL 3
 # endif
-# ifdef MSGRCV
+# ifndef MSGRCV
 #  define MSGRCV 12
 # endif