diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-11-25 19:07:55 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-11-25 19:07:55 +0000 |
commit | 63cfe52b6d85b83ad5907484c048fc20f9b783fd (patch) | |
tree | dcdb4281c4e79e5a40056e5202bc2c00155af0da /sysdeps/powerpc/nofpu | |
parent | 41e8926aa4b7f17bc95984737ee82a254ad0911c (diff) | |
download | glibc-63cfe52b6d85b83ad5907484c048fc20f9b783fd.tar.gz glibc-63cfe52b6d85b83ad5907484c048fc20f9b783fd.tar.xz glibc-63cfe52b6d85b83ad5907484c048fc20f9b783fd.zip |
Fix powerpc-nofpu build.
Diffstat (limited to 'sysdeps/powerpc/nofpu')
-rw-r--r-- | sysdeps/powerpc/nofpu/fenv_libc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/powerpc/nofpu/fenv_libc.h b/sysdeps/powerpc/nofpu/fenv_libc.h index 14a2d04a25..a0b6b910cd 100644 --- a/sysdeps/powerpc/nofpu/fenv_libc.h +++ b/sysdeps/powerpc/nofpu/fenv_libc.h @@ -25,4 +25,7 @@ #include <fenv.h> +/* ldbl-128ibm code uses __fegetround. */ +#define __fegetround() fegetround () + #endif /* fenv_libc.h */ |