projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
056809e
)
Fixed macro in subproc.cc
author
Mehul Arora
<aroram18@mcmaster.ca>
Wed, 12 May 2021 06:43:06 +0000
(12:13 +0530)
committer
Mehul Arora
<aroram18@mcmaster.ca>
Wed, 12 May 2021 06:43:06 +0000
(12:13 +0530)
subproc.cc
patch
|
blob
|
history
diff --git
a/subproc.cc
b/subproc.cc
index 154e4b771ab9bfd44a059a85af4512959ef3118b..c1d9c418fd73c72307f1cf5b6266d9f7cdefc1b4 100644
(file)
--- a/
subproc.cc
+++ b/
subproc.cc
@@
-60,7
+60,7
@@
namespace subproc {
#define CLONE_NEWCGROUP 0x02000000
#endif /* !defined(CLONE_NEWCGROUP) */
#if !defined(CLONE_NEWTIME)
-#define
#define
CLONE_NEWTIME 0x00000080
+#define CLONE_NEWTIME 0x00000080
#endif /* !defined(CLONE_NEWTIME) */
static const std::string cloneFlagsToStr(uintptr_t flags) {