aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/i386/sys/procfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/sys/procfs.h')
-rw-r--r--sysdeps/unix/sysv/linux/i386/sys/procfs.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/sys/procfs.h b/sysdeps/unix/sysv/linux/i386/sys/procfs.h
index 9c5528e..06300eb 100644
--- a/sysdeps/unix/sysv/linux/i386/sys/procfs.h
+++ b/sysdeps/unix/sysv/linux/i386/sys/procfs.h
@@ -17,17 +17,17 @@
Boston, MA 02111-1307, USA. */
#ifndef _SYS_PROCFS_H
-
#define _SYS_PROCFS_H 1
-#include <features.h>
/* This is somehow modelled after the file of the same name on SysVr4
systems. It provides a definition of the core file format for ELF
used on Linux. */
+#include <features.h>
#include <signal.h>
#include <sys/time.h>
#include <sys/types.h>
+#include <sys/ucontext.h>
#include <sys/user.h>
#include <sys/elf.h>
@@ -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