summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-08 07:53:14 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-09 07:25:09 +0100
commit0ac4a777c1e51ef3a7bdf8fad17998ef5d7d472c (patch)
treefcbd32b1d5692ceb167d450770da0100b6b8f062
parenttestsuite: Add python verison support to rtems-test-check.py (diff)
downloadrtems-0ac4a777c1e51ef3a7bdf8fad17998ef5d7d472c.tar.bz2
rtems: Deprecate rtems_context
The rtems_context typedef as no corresponding API. A user can do nothing with it. Close #3587.
-rw-r--r--cpukit/include/rtems/rtems/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/include/rtems/rtems/types.h b/cpukit/include/rtems/rtems/types.h
index 806fa44eb6..144b3cddb1 100644
--- a/cpukit/include/rtems/rtems/types.h
+++ b/cpukit/include/rtems/rtems/types.h
@@ -89,7 +89,7 @@ typedef Objects_Id rtems_id;
/**
* @brief Public name for task context area.
*/
-typedef Context_Control rtems_context;
+typedef Context_Control rtems_context RTEMS_DEPRECATED;
#if (CPU_HARDWARE_FP == TRUE) || (CPU_SOFTWARE_FP == TRUE)
/**