aboutsummaryrefslogtreecommitdiff
path: root/stdlib/tst-setcontext11.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/tst-setcontext11.c')
-rw-r--r--stdlib/tst-setcontext11.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/tst-setcontext11.c b/stdlib/tst-setcontext11.c
index 1883c44..85dd42a 100644
--- a/stdlib/tst-setcontext11.c
+++ b/stdlib/tst-setcontext11.c
@@ -1,5 +1,5 @@
/* Check setjmp/longjmp within user context.
- Copyright (C) 2023-2024 Free Software Foundation, Inc.
+ Copyright (C) 2023-2025 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
@@ -54,7 +54,7 @@ f1 (int a0, int a1, int a2, int a3)
}
static void
-__attribute__ ((noinline, noclone))
+__attribute_optimization_barrier__
call_longjmp (void)
{
longjmp_called = 1;