summaryrefslogtreecommitdiff
path: root/debug/fortify_fail.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/fortify_fail.c')
-rw-r--r--debug/fortify_fail.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/debug/fortify_fail.c b/debug/fortify_fail.c
index f992695d14..71980779bc 100644
--- a/debug/fortify_fail.c
+++ b/debug/fortify_fail.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007-2015 Free Software Foundation, Inc.
+/* Copyright (C) 2007-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -22,9 +22,8 @@
extern char **__libc_argv attribute_hidden;
void
-__attribute__ ((noreturn))
-__fortify_fail (msg)
- const char *msg;
+__attribute__ ((noreturn)) internal_function
+__fortify_fail (const char *msg)
{
/* The loop is added only to keep gcc happy. */
while (1)