From: Mehul Arora Date: Wed, 12 May 2021 06:43:06 +0000 (+0530) Subject: Fixed macro in subproc.cc X-Git-Tag: 3.0.20210707~4^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b09ad5e91ce8e6ffee68a1df38f23792aaf9c51f;p=platform%2Fupstream%2Fnsjail.git Fixed macro in subproc.cc --- diff --git a/subproc.cc b/subproc.cc index 154e4b7..c1d9c41 100644 --- 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) {