aboutsummaryrefslogtreecommitdiff
path: root/string
diff options
context:
space:
mode:
Diffstat (limited to 'string')
-rw-r--r--string/tst-strlcat2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/string/tst-strlcat2.c b/string/tst-strlcat2.c
index 225520a..1ec26a2 100644
--- a/string/tst-strlcat2.c
+++ b/string/tst-strlcat2.c
@@ -81,6 +81,7 @@ IMPL (STRLCAT, 1)
typedef size_t (*proto_t) (CHAR *, const CHAR *, size_t);
static void
+__attribute__((noinline))
do_one_test (impl_t *impl, CHAR *dst, const CHAR *src,
size_t n)
{