diff options
author | Andreas Jaeger <aj@suse.de> | 2000-01-10 14:28:21 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-01-10 14:28:21 +0000 |
commit | b9662fd9faea5c6f7377e15ae0d6a11bbc2a9fc0 (patch) | |
tree | b434f1ebaf43c821c1e0a3e221be2431c6ed8f2e /sysdeps | |
parent | 8abc15ad52e35875c0239e05fd80161fc01fdd78 (diff) | |
download | glibc-b9662fd9faea5c6f7377e15ae0d6a11bbc2a9fc0.tar.gz glibc-b9662fd9faea5c6f7377e15ae0d6a11bbc2a9fc0.tar.xz glibc-b9662fd9faea5c6f7377e15ae0d6a11bbc2a9fc0.zip |
Update.
* sysdeps/unix/sysv/linux/mips/sys/procfs.h: Remove greg_t, gregset_t, fpregset_t, and NGREG definitions.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/sys/procfs.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/sys/procfs.h b/sysdeps/unix/sysv/linux/mips/sys/procfs.h index 7e17bc0c40..414e60e4d9 100644 --- a/sysdeps/unix/sysv/linux/mips/sys/procfs.h +++ b/sysdeps/unix/sysv/linux/mips/sys/procfs.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -40,10 +40,6 @@ struct elf_siginfo int si_errno; /* Errno. */ }; -typedef elf_greg_t greg_t; -typedef elf_gregset_t gregset_t; -typedef elf_fpregset_t fpregset_t; -#define NGREG ELF_NGREG /* Definitions to generate Intel SVR4-like core files. These mostly have the same names as the SVR4 types with "elf_" tacked on the |