aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/linux.c')
-rw-r--r--gcc/config/linux.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/linux.c b/gcc/config/linux.c
index 9876153..83ffff4 100644
--- a/gcc/config/linux.c
+++ b/gcc/config/linux.c
@@ -25,7 +25,8 @@ along with GCC; see the file COPYING3. If not see
#include "linux-protos.h"
bool
-linux_libc_has_function (enum function_class fn_class)
+linux_libc_has_function (enum function_class fn_class,
+ tree type ATTRIBUTE_UNUSED)
{
if (OPTION_GLIBC || OPTION_MUSL)
return true;