diff options
author | Roland McGrath <roland@gnu.org> | 2005-01-11 00:45:19 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-01-11 00:45:19 +0000 |
commit | 5d3d59a1c95d151d42b531f85b5f35c46d789467 (patch) | |
tree | d4015fa7abe38ae54da6f0349c635e7e420cdb0c | |
parent | 849a8a3b62ea3314432a5a0ee890dc13eb076009 (diff) | |
download | glibc-5d3d59a1c95d151d42b531f85b5f35c46d789467.tar.gz glibc-5d3d59a1c95d151d42b531f85b5f35c46d789467.tar.xz glibc-5d3d59a1c95d151d42b531f85b5f35c46d789467.zip |
* sysdeps/ia64/fpu/e_logl.c: File removed.
* elf/dl-runtime.c: Include <sys/param.h>.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/ia64/fpu/e_logl.c | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index e3e2bc875d..487cb686c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-01-10 Roland McGrath <roland@redhat.com> + * sysdeps/ia64/fpu/e_logl.c: File removed. + * dlfcn/dlfcn.c (init): Fix typo in attribute decl. 2005-01-10 Ulrich Drepper <drepper@redhat.com> @@ -9,7 +11,7 @@ 2005-01-09 Ulrich Drepper <drepper@redhat.com> - * elf/dl-runtime.c: Inlcude <sys/param.h>. + * elf/dl-runtime.c: Include <sys/param.h>. * elf/Makefile (headers): Add bits/link.h. diff --git a/sysdeps/ia64/fpu/e_logl.c b/sysdeps/ia64/fpu/e_logl.c deleted file mode 100644 index 41254ae60a..0000000000 --- a/sysdeps/ia64/fpu/e_logl.c +++ /dev/null @@ -1 +0,0 @@ -/* Not needed. */ |