remove another invalid skip of locking in ungetwc
[oweals/musl.git] / src / math / nearbyintl.c
index 0ff4b1f9e25ec4921ce9acae1495897ffeddf259..82852492f8108b875fa6c588af96aecf358475b9 100644 (file)
@@ -11,6 +11,7 @@ long double nearbyintl(long double x)
 long double nearbyintl(long double x)
 {
 #ifdef FE_INEXACT
+       #pragma STDC FENV_ACCESS ON
        int e;
 
        e = fetestexcept(FE_INEXACT);