summaryrefslogtreecommitdiff
path: root/include/libunwind_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libunwind_i.h')
-rw-r--r--include/libunwind_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libunwind_i.h b/include/libunwind_i.h
index 83561240..3ca14625 100644
--- a/include/libunwind_i.h
+++ b/include/libunwind_i.h
@@ -132,7 +132,7 @@ byte_order_is_big_endian(int byte_order)
}
static inline int
-target_is_big_endian()
+target_is_big_endian(void)
{
return byte_order_is_big_endian(UNW_BYTE_ORDER);
}