diff options
Diffstat (limited to 'stdlib/tst-setcontext8.c')
-rw-r--r-- | stdlib/tst-setcontext8.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/tst-setcontext8.c b/stdlib/tst-setcontext8.c index cdcf5eb..21982d1 100644 --- a/stdlib/tst-setcontext8.c +++ b/stdlib/tst-setcontext8.c @@ -1,5 +1,5 @@ /* Check getcontext and setcontext on the context from makecontext. - Copyright (C) 2018-2024 Free Software Foundation, Inc. + Copyright (C) 2018-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 @@ -26,7 +26,7 @@ static ucontext_t ctx[3]; static atomic_int done; static void -__attribute__((noinline, noclone)) +__attribute_optimization_barrier__ f2 (void) { printf ("start f2\n"); |