diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-20 02:56:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-20 02:56:12 +0000 |
commit | 3372bbf8408a1f3c79684358bc4314fb0efc75bd (patch) | |
tree | cd406e08d63137a4bd9b1571d0cdb14dc34a5ef9 /sysdeps/unix/sysv/linux/i386/sys/procfs.h | |
parent | e6676ca35f6f6aeab0e1791f2dc9280979765bef (diff) | |
download | glibc-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 'sysdeps/unix/sysv/linux/i386/sys/procfs.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/sys/procfs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/sys/procfs.h b/sysdeps/unix/sysv/linux/i386/sys/procfs.h index 230dfa6c30..b54f4722c5 100644 --- a/sysdeps/unix/sysv/linux/i386/sys/procfs.h +++ b/sysdeps/unix/sysv/linux/i386/sys/procfs.h @@ -101,8 +101,8 @@ struct elf_prpsinfo typedef void *psaddr_t; /* Register sets. Linux has different names. */ -typedef gregset_t prgregset_t; -typedef fpregset_t *prfpregset_t; +typedef elf_gregset_t prgregset_t; +typedef elf_fpregset_t *prfpregset_t; /* We don't have any differences between processes and threads, therefore habe only ine PID type. */ |