summaryrefslogtreecommitdiff
path: root/libc/ports
diff options
context:
space:
mode:
authormaxim <maxim@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-08-30 21:35:58 +0000
committermaxim <maxim@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-08-30 21:35:58 +0000
commit0b6dbbb48141de84fc2409aeb0f6a6c59a0b9755 (patch)
treece266948851633135924319b1f5c58f9352906f0 /libc/ports
parent89a00bff19086cb0fe6b694dd82d485e3c732e4d (diff)
* ports/sysdeps/powerpc/powerpc32/e500/fpu/math_private.h: Update path
after file was moved. git-svn-id: svn://svn.eglibc.org/trunk@20427 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/ports')
-rw-r--r--libc/ports/sysdeps/powerpc/powerpc32/e500/fpu/math_private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/ports/sysdeps/powerpc/powerpc32/e500/fpu/math_private.h b/libc/ports/sysdeps/powerpc/powerpc32/e500/fpu/math_private.h
index cb71bafe8..4909535f8 100644
--- a/libc/ports/sysdeps/powerpc/powerpc32/e500/fpu/math_private.h
+++ b/libc/ports/sysdeps/powerpc/powerpc32/e500/fpu/math_private.h
@@ -1 +1,2 @@
-#include <math/math_private.h>
+/* Bypass sysdeps/powerpc/fpu/math_private.h and use generic header. */
+#include <../sysdeps/generic/math_private.h>