diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-02 19:00:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-02 19:00:43 +0000 |
commit | 48afc878d8da73bd180c47a77167bb55712d91cc (patch) | |
tree | 40b5a1a9ff25f38323adbd0e492cee7dfb25fc0e /sysdeps | |
parent | 1331528f071d07ca1c4f02800a5fc8244f70adca (diff) | |
download | glibc-48afc878d8da73bd180c47a77167bb55712d91cc.tar.gz glibc-48afc878d8da73bd180c47a77167bb55712d91cc.tar.xz glibc-48afc878d8da73bd180c47a77167bb55712d91cc.zip |
Update.
1999-05-02 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/sys/procfs.h: Remove greg_t, gregset_t, and fpregset_t definition. They are defined in ucontext.h.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/procfs.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/procfs.h b/sysdeps/unix/sysv/linux/sys/procfs.h index 1346bbd4b3..0f48108d50 100644 --- a/sysdeps/unix/sysv/linux/sys/procfs.h +++ b/sysdeps/unix/sysv/linux/sys/procfs.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1999 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,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 |