This repository was archived by the owner on Jun 20, 2019. It is now read-only.
File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ RT_STDC_OBJS=core/stdc/config.o core/stdc/ctype.o core/stdc/errno.o \
91
91
92
92
RT_LINUX_OBJS =
93
93
94
- RT_FREEBSD_OBJS =core/sys/freebsd/execinfo.o core/sys/freebsd/ sys/event.o
94
+ RT_FREEBSD_OBJS =core/sys/freebsd/sys/event.o
95
95
96
96
RT_OSX_OBJS =core/sys/osx/mach/kern_return.o core/sys/osx/mach/port.o \
97
97
core/sys/osx/mach/semaphore.o core/sys/osx/mach/thread_act.o \
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ RT_STDC_OBJS = core/stdc/config.o core/stdc/ctype.o core/stdc/errno.o \
258
258
core/stdc/time.o core/stdc/wchar_.o
259
259
260
260
RT_LINUX_OBJS =
261
- RT_FREEBSD_OBJS = core/sys/freebsd/execinfo.o core/sys/freebsd/ sys/event.o
261
+ RT_FREEBSD_OBJS = core/sys/freebsd/sys/event.o
262
262
RT_OSX_OBJS = core/sys/osx/mach/kern_return.o core/sys/osx/mach/port.o \
263
263
core/sys/osx/mach/semaphore.o core/sys/osx/mach/thread_act.o \
264
264
core/sys/osx/pthread.o
Original file line number Diff line number Diff line change 8
8
*/
9
9
module core.sys.freebsd.execinfo ;
10
10
11
+ version (GNU ) {} // use gcc.backtrace
12
+ else :
13
+
11
14
version (FreeBSD ):
12
15
extern (C ):
13
16
nothrow :
You can’t perform that action at this time.
0 commit comments