diff options
Diffstat (limited to 'debug/tst-chk1.c')
-rw-r--r-- | debug/tst-chk1.c | 2 |
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; |