From: Ulrich Drepper Date: Thu, 18 Nov 1999 00:11:49 +0000 (+0000) Subject: Remove greg_t, gregset_t, fpregset_t, and NGREG definitions. X-Git-Tag: glibc-2.16-ports-before-merge~2802 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=264ce3b03b710f6c4cf58c8a365d2a9e7f45adfd;p=thirdparty%2Fglibc.git Remove greg_t, gregset_t, fpregset_t, and NGREG definitions. --- diff --git a/sysdeps/unix/sysv/linux/alpha/sys/procfs.h b/sysdeps/unix/sysv/linux/alpha/sys/procfs.h index 87f8e4cd17e..a9ae104e56a 100644 --- a/sysdeps/unix/sysv/linux/alpha/sys/procfs.h +++ b/sysdeps/unix/sysv/linux/alpha/sys/procfs.h @@ -40,11 +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 front to prevent clashes with linux definitions, and the typedef