tests/ipc.c: fix typo

This commit is contained in:
Дмитрий Левин 2016-07-25 09:20:09 +00:00
parent f922fcc2ef
commit 76ebcf1476

View File

@ -40,7 +40,7 @@
# ifndef SEMCTL
# define SEMCTL 3
# endif
# ifdef MSGRCV
# ifndef MSGRCV
# define MSGRCV 12
# endif