diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-21 16:09:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-21 16:09:56 +0000 |
commit | af6a6618b0793209dd6860ac54e4f4869eb803e0 (patch) | |
tree | f3968ced43cbf8d35c15de1fba862cac4d2877b6 /sysdeps | |
parent | a4da62812a9b4058fee90174fd8112e96d60e0c2 (diff) | |
download | glibc-af6a6618b0793209dd6860ac54e4f4869eb803e0.tar.gz glibc-af6a6618b0793209dd6860ac54e4f4869eb803e0.tar.xz glibc-af6a6618b0793209dd6860ac54e4f4869eb803e0.zip |
Update.
1999-12-21 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Include sys/ucontext.h and remove definitions for NREGS, greg_t, gregset_t, and fpregset_t.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/sys/procfs.h | 5 |
1 files changed, 1 insertions, 4 deletions
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 <signal.h> #include <sys/time.h> #include <sys/types.h> +#include <sys/ucontext.h> #include <sys/user.h> #include <asm/elf.h> @@ -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 |