summaryrefslogtreecommitdiff
path: root/debug
diff options
context:
space:
mode:
authorMarek Polacek <polacek@redhat.com>2012-04-29 15:34:20 +0200
committerMarek Polacek <polacek@redhat.com>2012-04-29 15:34:20 +0200
commit5ac3ea17df811a71fa64aff78ea1b900facd3364 (patch)
tree47a842e0be1ca4d8c98ecc86d18330d61047560a /debug
parentecf0ebfb04f6e31e3ba709521b6955d5f86ff724 (diff)
Fix attributes for fortify functions.
Diffstat (limited to 'debug')
-rw-r--r--debug/tst-chk1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/tst-chk1.c b/debug/tst-chk1.c
index b8745ee66c..7ffc9fec90 100644
--- a/debug/tst-chk1.c
+++ b/debug/tst-chk1.c
@@ -148,7 +148,7 @@ do_test (void)
#endif
);
-#if defined __USE_FORTIFY_LEVEL && !defined __extern_always_inline
+#if defined __USE_FORTIFY_LEVEL && !defined __fortify_function
printf ("Test skipped");
if (l0 == 0)
return 0;