From 60d6f5a6f50d838bcb4240fcc0223cac445c6c83 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Fri, 9 Mar 2012 14:37:57 -0800 Subject: Fix sparc build after recent math changes. * include/math_private.h: New file. --- ChangeLog | 4 ++++ include/math_private.h | 1 + 2 files changed, 5 insertions(+) create mode 100644 include/math_private.h diff --git a/ChangeLog b/ChangeLog index 1fed786c7f..4cdf4f5e85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-03-09 David S. Miller + + * include/math_private.h: New file. + 2012-03-09 Joseph Myers * 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 -- cgit 1.4.1