add test for Issue#873, 1011

This commit is contained in:
Ken Sato
2017-11-29 12:23:20 +09:00
parent 7f47dc78a1
commit 2d2d0af6fb
5 changed files with 60 additions and 12 deletions

View File

@ -2,18 +2,6 @@ diff --git a/executer/user/mcexec.c b/executer/user/mcexec.c
index 2d0d50e..70856e7 100644
--- a/executer/user/mcexec.c
+++ b/executer/user/mcexec.c
@@ -71,9 +71,9 @@
#else /* POSTK_DEBUG_ARCH_DEP_35 */
#include <sys/user.h>
#endif /* POSTK_DEBUG_ARCH_DEP_35 */
-#include <sys/prctl.h>
+//#include <sys/prctl.h>
#ifndef POSTK_DEBUG_ARCH_DEP_77 /* arch depend hide */
-#include <asm/prctl.h>
+//#include <asm/prctl.h>
#endif /* !POSTK_DEBUG_ARCH_DEP_77 */
#include "../include/uprotocol.h"
#include <getopt.h>
@@ -3732,7 +3732,9 @@ return_execve1:
/* Copy program image phase */