diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-05 04:41:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-05 04:41:54 +0000 |
commit | f0d872e901ac231a491409f8a27954a46ecebc3c (patch) | |
tree | e85a98a9cf197fc555b43b8fedb2e05939da4913 | |
parent | 9af5de7ba3d2ef125d4bc3f43b2b3f61bc632acb (diff) | |
download | glibc-f0d872e901ac231a491409f8a27954a46ecebc3c.tar glibc-f0d872e901ac231a491409f8a27954a46ecebc3c.tar.gz glibc-f0d872e901ac231a491409f8a27954a46ecebc3c.tar.bz2 glibc-f0d872e901ac231a491409f8a27954a46ecebc3c.zip |
Update.
2000-03-16 Mark Kettenis <kettenis@gnu.org>
* sysdeps/unix/sysv/linux/i386/sys/procfs.h (prfpregset_t):
Typedef for elf_fpregset_t instead of `elf_fpregset_t *'.
2000-03-16 Mark Kettenis <kettenis@gnu.org>
* sysdeps/unix/sysv/linux/i386/sys/procfs.h (prfpregset_t):
Typedef for elf_fpregset_t instead of `elf_fpregset_t *'.
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2000-03-16 Mark Kettenis <kettenis@gnu.org> + + * sysdeps/unix/sysv/linux/i386/sys/procfs.h (prfpregset_t): + Typedef for elf_fpregset_t instead of `elf_fpregset_t *'. + 2000-04-05 Roland McGrath <roland@baalperazim.frob.com> * Makeconfig: Undo last change. @@ -1353,6 +1358,11 @@ * sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add entry for Nautilus. Patch by Soohoon Lee <soohoon.lee@alpha-processor.com>. +2000-03-16 Mark Kettenis <kettenis@gnu.org> + + * sysdeps/unix/sysv/linux/i386/sys/procfs.h (prfpregset_t): + Typedef for elf_fpregset_t instead of `elf_fpregset_t *'. + 2000-03-08 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/scsi/sg.h: Sync with Linux 2.3.50. |