Fixed macro in subproc.cc

This commit is contained in:
Mehul Arora 2021-05-12 12:13:06 +05:30
parent 056809ed3b
commit b09ad5e91c

View 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) {