Fixed macro in subproc.cc
authorMehul Arora <aroram18@mcmaster.ca>
Wed, 12 May 2021 06:43:06 +0000 (12:13 +0530)
committerMehul Arora <aroram18@mcmaster.ca>
Wed, 12 May 2021 06:43:06 +0000 (12:13 +0530)
subproc.cc

index 154e4b771ab9bfd44a059a85af4512959ef3118b..c1d9c418fd73c72307f1cf5b6266d9f7cdefc1b4 100644 (file)
@@ -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) {