diff options
author | Richard Henderson <rth@twiddle.net> | 2012-03-09 15:45:34 -0800 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2012-03-09 16:12:17 -0800 |
commit | 5f0a5daeee4d32db4ec1f987b894a878e5a1f37f (patch) | |
tree | 66f1726bc6eb7baf3d5aecc7b9118c57357bde5f | |
parent | b8c036204fd01dce20f7c610c4295709f59a2a39 (diff) | |
download | glibc-5f0a5daeee4d32db4ec1f987b894a878e5a1f37f.tar.gz glibc-5f0a5daeee4d32db4ec1f987b894a878e5a1f37f.tar.xz glibc-5f0a5daeee4d32db4ec1f987b894a878e5a1f37f.zip |
Move math/math_private.h to sysdeps/generic/math_private.h.
This reverts commit 60d6f5a6f50d838bcb4240fcc0223cac445c6c83.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | include/math_private.h | 1 | ||||
-rw-r--r-- | sysdeps/generic/math_private.h (renamed from math/math_private.h) | 0 |
3 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index b4410cfc77..7bf4d96e24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2012-03-09 Richard Henderson <rth@twiddle.net> + * include/math_private.h: Remove file. + * math/math_private.h: Move file ... + * sysdeps/generic/math_private.h: ... here. + +2012-03-09 Richard Henderson <rth@twiddle.net> + * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h. * sysdeps/powerpc/fpu/math_private.h: Likewise. * sysdeps/x86_64/fpu/math_private.h: Likewise. diff --git a/include/math_private.h b/include/math_private.h deleted file mode 100644 index cb71bafe8a..0000000000 --- a/include/math_private.h +++ /dev/null @@ -1 +0,0 @@ -#include <math/math_private.h> diff --git a/math/math_private.h b/sysdeps/generic/math_private.h index 777762dd33..777762dd33 100644 --- a/math/math_private.h +++ b/sysdeps/generic/math_private.h |