about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-03-09 14:37:57 -0800
committerDavid S. Miller <davem@davemloft.net>2012-03-09 14:37:57 -0800
commit60d6f5a6f50d838bcb4240fcc0223cac445c6c83 (patch)
tree50d474ee94c9dca5fc0c4ea683128b9ec57230d3
parent02a6f887cb3e2c048937111eb4cf150d397609de (diff)
downloadglibc-60d6f5a6f50d838bcb4240fcc0223cac445c6c83.tar.gz
glibc-60d6f5a6f50d838bcb4240fcc0223cac445c6c83.tar.xz
glibc-60d6f5a6f50d838bcb4240fcc0223cac445c6c83.zip
Fix sparc build after recent math changes.
	* include/math_private.h: New file.
-rw-r--r--ChangeLog4
-rw-r--r--include/math_private.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1fed786c7f..4cdf4f5e85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-09  David S. Miller  <davem@davemloft.net>
+
+	* include/math_private.h: New file.
+
 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
diff --git a/include/math_private.h b/include/math_private.h
new file mode 100644
index 0000000000..cb71bafe8a
--- /dev/null
+++ b/include/math_private.h
@@ -0,0 +1 @@
+#include <math/math_private.h>