This repository was archived by the owner on Jun 20, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 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 \
9191
9292RT_LINUX_OBJS =
9393
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
9595
9696RT_OSX_OBJS =core/sys/osx/mach/kern_return.o core/sys/osx/mach/port.o \
9797 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 \
258258 core/stdc/time.o core/stdc/wchar_.o
259259
260260RT_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
262262RT_OSX_OBJS = core/sys/osx/mach/kern_return.o core/sys/osx/mach/port.o \
263263 core/sys/osx/mach/semaphore.o core/sys/osx/mach/thread_act.o \
264264 core/sys/osx/pthread.o
Original file line number Diff line number Diff line change 88 */
99module core.sys.freebsd.execinfo ;
1010
11+ version (GNU ) {} // use gcc.backtrace
12+ else :
13+
1114version (FreeBSD ):
1215extern (C ):
1316nothrow :
You can’t perform that action at this time.
0 commit comments