DragonFlyBSD build support.

This commit is contained in:
DC
2020-10-25 15:17:24 +00:00
committed by David Goldblatt
parent bf72188f80
commit ef6d51ed44
4 changed files with 4 additions and 4 deletions

View File

@@ -436,7 +436,7 @@ prof_dump_open_maps_impl() {
int mfd;
cassert(config_prof);
#ifdef __FreeBSD__
#if defined(__FreeBSD__) || defined(__DragonFly__)
mfd = prof_open_maps_internal("/proc/curproc/map");
#elif defined(_WIN32)
mfd = -1; // Not implemented