From 30486985feaa3309144196b883808f68552c429a Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 31 Aug 1999 16:56:26 +0000 Subject: Patch from Scott Bambrough to define NT_TASKSTRUCT. --- include/elf/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/elf/common.h') diff --git a/include/elf/common.h b/include/elf/common.h index ba5df4085..378f3c998 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -239,6 +239,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define NT_PRSTATUS 1 /* Contains copy of prstatus struct */ #define NT_FPREGSET 2 /* Contains copy of fpregset struct */ #define NT_PRPSINFO 3 /* Contains copy of prpsinfo struct */ +#define NT_TASKSTRUCT 4 /* Contains copy of task struct */ /* Note segments for core files on dir-style procfs systems. */ -- cgit v1.2.3