Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/mono/mono/utils/mono-dl.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ fix_libc_name (const char *name)
return "/usr/lib/libc.dylib";
#elif defined (__FreeBSD__)
return "libc.so.7";
#elif defined (__HAIKU__)
return "libroot.so";
#elif defined (LIBC_SO)
return LIBC_SO;
#else
Expand Down
Loading