]> granicus.if.org Git - strace/commitdiff
tests: fix typo in mlock.c
authorJingPiao Chen <chenjingpiao@gmail.com>
Thu, 12 Jan 2017 13:56:07 +0000 (21:56 +0800)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 12 Jan 2017 22:46:28 +0000 (22:46 +0000)
* tests/mlock.c [!(__NR_mlock && __NR_munlock)]: Fix spelling
of SKIP_MAIN_UNDEFINED.

tests/mlock.c

index be962e241a9cbb3709259ffc2e757c15c183767b..8e9806bd595393cda8ac20dd11254fb77cbf7fa9 100644 (file)
@@ -24,6 +24,6 @@ main(void)
 
 #else
 
-SKIP_MAIN_DEFINED("__NR_mlock && __NR_munlock")
+SKIP_MAIN_UNDEFINED("__NR_mlock && __NR_munlock")
 
 #endif