From dc0d07dff3ea8f14d18ebd6e4211cf55f954df95 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 08 2020 11:32:58 +0000 Subject: Apply patch glibc-rh1783303-16.patch patch_name: glibc-rh1783303-16.patch present_in_specfile: true location_in_specfile: 331 --- diff --git a/sysdeps/powerpc/fpu/fenv_private.h b/sysdeps/powerpc/fpu/fenv_private.h index 86a3611..c88142f 100644 --- a/sysdeps/powerpc/fpu/fenv_private.h +++ b/sysdeps/powerpc/fpu/fenv_private.h @@ -142,7 +142,7 @@ libc_feholdsetround_noex_ppc_ctx (struct rm_ctx *ctx, int r) if (__glibc_unlikely (new.l != old.l)) { __TEST_AND_ENTER_NON_STOP (old.l, 0ULL); - fesetenv_register (new.fenv); + fesetenv_mode (new.fenv); ctx->updated_status = true; } else