diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-24 07:19:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-24 07:19:56 +0000 |
commit | 756186e70866e186ea601d8d1ea74e2fa38ab236 (patch) | |
tree | 0c496c819b7707c213753dcc67a8e726310137b2 /elf/elf.h | |
parent | 64f022a4b9766ad385594d8c92e33af8acbb3aea (diff) | |
download | glibc-756186e70866e186ea601d8d1ea74e2fa38ab236.tar.gz glibc-756186e70866e186ea601d8d1ea74e2fa38ab236.tar.xz glibc-756186e70866e186ea601d8d1ea74e2fa38ab236.zip |
Update.
2000-06-24 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/sys/elf.h (elf_fpxregset_t): Define. * sysdeps/unix/sysv/linux/i386/sys/user.h (struct user_fpxregs_struct): Define. * elf/elf.h (NT_PRFPXREG): Define.
Diffstat (limited to 'elf/elf.h')
-rw-r--r-- | elf/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/elf.h b/elf/elf.h index d94f03b652..2005bdcf63 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -543,6 +543,7 @@ typedef struct #define NT_UTSNAME 15 /* Contains copy of utsname struct */ #define NT_LWPSTATUS 16 /* Contains copy of lwpstatus struct */ #define NT_LWPSINFO 17 /* Contains copy of lwpinfo struct */ +#define NT_PRFPXREG 20 /* Contains copy of fprxregset struct*/ /* Legal values for the note segment descriptor types for object files. */ |