aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-02-20 02:56:12 +0000
committerUlrich Drepper <drepper@redhat.com>2000-02-20 02:56:12 +0000
commit3372bbf8408a1f3c79684358bc4314fb0efc75bd (patch)
treecd406e08d63137a4bd9b1571d0cdb14dc34a5ef9 /ChangeLog
parente6676ca35f6f6aeab0e1791f2dc9280979765bef (diff)
downloadglibc-3372bbf8408a1f3c79684358bc4314fb0efc75bd.tar
glibc-3372bbf8408a1f3c79684358bc4314fb0efc75bd.tar.gz
glibc-3372bbf8408a1f3c79684358bc4314fb0efc75bd.tar.bz2
glibc-3372bbf8408a1f3c79684358bc4314fb0efc75bd.zip
Update.
_libc_fpreg and _libc_fpstate and use it to define fpregset_t.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f2d2b3115c..80033f9d3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
2000-02-19 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Add definition of
- _fpreg and _fpstate and use it to define fpregset_t.
+ _libc_fpreg and _libc_fpstate and use it to define fpregset_t.
* sysdeps/unix/sysv/linux/i386/sys/procfs.h (prgregset_t): Define
using elf_gregset_t.
(prfpregset_t): Define using elf_fpregset_t.