From: Andreas Jaeger Date: Mon, 10 Jan 2000 14:27:50 +0000 (+0000) Subject: 2000-01-10 Andreas Jaeger X-Git-Tag: glibc-2.16-ports-before-merge~2754 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94e6a9a2e0e8d92852a7ef383b81b79eac544366;p=thirdparty%2Fglibc.git 2000-01-10 Andreas Jaeger * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Remove greg_t, gregset_t, fpregset_t, and NGREG definitions. --- diff --git a/sysdeps/unix/sysv/linux/mips/sys/procfs.h b/sysdeps/unix/sysv/linux/mips/sys/procfs.h index 7e17bc0c409..414e60e4d91 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