From af6a6618b0793209dd6860ac54e4f4869eb803e0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 21 Dec 1999 16:09:56 +0000 Subject: Update. 1999-12-21 Ulrich Drepper * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Include sys/ucontext.h and remove definitions for NREGS, greg_t, gregset_t, and fpregset_t. --- sysdeps/unix/sysv/linux/powerpc/sys/procfs.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sysdeps/unix/sysv') diff --git a/sysdeps/unix/sysv/linux/powerpc/sys/procfs.h b/sysdeps/unix/sysv/linux/powerpc/sys/procfs.h index 99e21862ce..e6943aac29 100644 --- a/sysdeps/unix/sysv/linux/powerpc/sys/procfs.h +++ b/sysdeps/unix/sysv/linux/powerpc/sys/procfs.h @@ -27,6 +27,7 @@ #include #include #include +#include #include #include @@ -39,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 -- cgit 1.4.1