File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed
Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 11SRC += src/opt/untk/NtkCmd.cpp \
2- src/opt/untk/NtkCmd.h \
32 src/opt/untk/Netlist.cpp \
4- src/opt/untk/Netlist.h \
5- src/opt/untk/NtkNtk.cpp \
6- src/opt/untk/NtkNtk.h
3+ src/opt/untk/NtkNtk.cpp
Original file line number Diff line number Diff line change 1- SRC += src/opt/util/util.cpp \
2- src/opt/util/util.h
1+ SRC += src/opt/util/util.cpp
Original file line number Diff line number Diff line change 99#include < csignal>
1010#include < unistd.h>
1111
12- #include " util.h"
13-
1412#ifdef __linux__
1513#include < sys/prctl.h>
1614#elif defined(__APPLE__)
2220#include < sys/time.h>
2321#endif
2422
23+ #include " util.h"
24+
2525ABC_NAMESPACE_IMPL_START
2626
2727using namespace std ;
@@ -75,8 +75,6 @@ void kill_on_parent_death(int sig)
7575 }
7676}
7777
78- /*
79-
8078#elif defined(__APPLE__)
8179
8280template <typename Func>
@@ -125,8 +123,6 @@ void kill_on_parent_death(int sig)
125123 monitor_thread.detach ();
126124}
127125
128- */
129-
130126#else // neither linux or OS X
131127
132128void kill_on_parent_death (int sig)
You can’t perform that action at this time.
0 commit comments