Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-08-31 20:56:26 +0400
committerNick Clifton <nickc@redhat.com>1999-08-31 20:56:26 +0400
commit30486985feaa3309144196b883808f68552c429a (patch)
treec2e64965e8a6da552b5ee475bd291fe8e0848931 /include
parent0b9301e54e90c89af8ff7f130bc4694128ee6feb (diff)
Patch from Scott Bambrough <scottb@netwinder.org> to define NT_TASKSTRUCT.
Diffstat (limited to 'include')
-rw-r--r--include/elf/ChangeLog4
-rw-r--r--include/elf/common.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 2b1430942..8c4c53994 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,7 @@
+1999-08-31 Nick Clifton <nickc@cygnus.com>
+
+ * common.h (NT_TASKSTRUCT): Define.
+
1999-07-16 Jakub Jelinek <jj@ultra.linux.cz>
* sparc.h (EF_SPARC_SUN_US3): Define in Cheetah extensions
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. */