From: Richard Henderson Date: Fri, 9 Mar 2012 23:45:34 +0000 (-0800) Subject: Move math/math_private.h to sysdeps/generic/math_private.h. X-Git-Tag: glibc-2.16-tps~837 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f0a5daeee4d32db4ec1f987b894a878e5a1f37f;p=thirdparty%2Fglibc.git Move math/math_private.h to sysdeps/generic/math_private.h. This reverts commit 60d6f5a6f50d838bcb4240fcc0223cac445c6c83. --- diff --git a/ChangeLog b/ChangeLog index b4410cfc775..7bf4d96e24c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-03-09 Richard Henderson + + * include/math_private.h: Remove file. + * math/math_private.h: Move file ... + * sysdeps/generic/math_private.h: ... here. + 2012-03-09 Richard Henderson * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h. diff --git a/include/math_private.h b/include/math_private.h deleted file mode 100644 index cb71bafe8a4..00000000000 --- a/include/math_private.h +++ /dev/null @@ -1 +0,0 @@ -#include diff --git a/math/math_private.h b/sysdeps/generic/math_private.h similarity index 100% rename from math/math_private.h rename to sysdeps/generic/math_private.h