Skip to content

Commit 28cc761

Browse files
committed
Fixing continues.
1 parent 8b79876 commit 28cc761

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

src/opt/untk/module.make

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
SRC += 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

src/opt/util/module.make

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
SRC += src/opt/util/util.cpp \
2-
src/opt/util/util.h
1+
SRC += src/opt/util/util.cpp

src/opt/util/util.cpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
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__)
@@ -22,6 +20,8 @@
2220
#include <sys/time.h>
2321
#endif
2422

23+
#include "util.h"
24+
2525
ABC_NAMESPACE_IMPL_START
2626

2727
using namespace std;
@@ -75,8 +75,6 @@ void kill_on_parent_death(int sig)
7575
}
7676
}
7777

78-
/*
79-
8078
#elif defined(__APPLE__)
8179

8280
template <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

132128
void kill_on_parent_death(int sig)

0 commit comments

Comments
 (0)