diff options
author | Pranav Kant <prka@google.com> | 2023-12-29 00:20:33 +0000 |
---|---|---|
committer | Pranav Kant <prka@google.com> | 2023-12-29 00:36:58 +0000 |
commit | 2d7ea00f764b289cf41fea685fcd940033d63d38 (patch) | |
tree | 2128bc16855e70d144347c2271b1798e026c36d8 /sysdeps | |
parent | e371f141f93b7895442a3dab35608d8654b4dba6 (diff) | |
download | glibc-2d7ea00f764b289cf41fea685fcd940033d63d38.zip glibc-2d7ea00f764b289cf41fea685fcd940033d63d38.tar.gz glibc-2d7ea00f764b289cf41fea685fcd940033d63d38.tar.bz2 |
Replace math-barriers with math_private
That's where the definition for math_force_eval was before refactoring
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/x86/fpu/sfp-exceptions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86/fpu/sfp-exceptions.c b/sysdeps/x86/fpu/sfp-exceptions.c index 74ce071..3dc98c1 100644 --- a/sysdeps/x86/fpu/sfp-exceptions.c +++ b/sysdeps/x86/fpu/sfp-exceptions.c @@ -18,7 +18,7 @@ #include <fenv.h> #include <float.h> -#include <math-barriers.h> +#include <math_private.h> #include <soft-fp.h> void |