about summary refs log tree commit diff
path: root/math/math_private.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-06-14 10:27:33 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-06-14 10:27:33 -0700
commit418f6a195e0b546045b466da27f1533076b039ce (patch)
tree788dc5d67332a92b9731f490dd2c82be50998196 /math/math_private.h
parenta924047473718dd3f14894aadfd1a24e704b0bfe (diff)
parentb3073e90d783d179d20ba2a671febc4c08285a8a (diff)
downloadglibc-hjl/x32/release/2.15.tar.gz
glibc-hjl/x32/release/2.15.tar.xz
glibc-hjl/x32/release/2.15.zip
Merge remote-tracking branch 'origin/release/2.15/master' into hjl/x32/release/2.15 hjl/x32/release/2.15
Diffstat (limited to 'math/math_private.h')
-rw-r--r--math/math_private.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/math/math_private.h b/math/math_private.h
index 04c112fd60..82c6f8040a 100644
--- a/math/math_private.h
+++ b/math/math_private.h
@@ -365,14 +365,6 @@ extern void __docos (double __x, double __dx, double __v[]);
    know what operations are going to be performed.  Therefore we
    define additional interfaces.  By default they refer to the normal
    interfaces.  */
-#define libc_fegetround() fegetround ()
-#define libc_fegetroundf() fegetround ()
-#define libc_fegetroundl() fegetround ()
-
-#define libc_fesetround(r) (void) fesetround (r)
-#define libc_fesetroundf(r) (void) fesetround (r)
-#define libc_fesetroundl(r) (void) fesetround (r)
-
 #define libc_feholdexcept(e) (void) feholdexcept (e)
 #define libc_feholdexceptf(e) (void) feholdexcept (e)
 #define libc_feholdexceptl(e) (void) feholdexcept (e)