aboutsummaryrefslogtreecommitdiff
path: root/libdw/libdw_find_split_unit.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdw/libdw_find_split_unit.c')
-rw-r--r--libdw/libdw_find_split_unit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdw/libdw_find_split_unit.c b/libdw/libdw_find_split_unit.c
index a22e7bc9..533f8072 100644
--- a/libdw/libdw_find_split_unit.c
+++ b/libdw/libdw_find_split_unit.c
@@ -41,7 +41,7 @@
#include <sys/stat.h>
#include <fcntl.h>
-void
+static void
try_split_file (Dwarf_CU *cu, const char *dwo_path)
{
int split_fd = open (dwo_path, O_RDONLY);