Fix sparc build after recent math changes.
authorDavid S. Miller <davem@davemloft.net>
Fri, 9 Mar 2012 22:37:57 +0000 (14:37 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Mar 2012 22:37:57 +0000 (14:37 -0800)
* include/math_private.h: New file.

ChangeLog
include/math_private.h [new file with mode: 0644]

index 1fed786..4cdf4f5 100644 (file)
--- 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 (file)
index 0000000..cb71baf
--- /dev/null
@@ -0,0 +1 @@
+#include <math/math_private.h>