[rtems commit] score: Deprecate proc_ptr

Sebastian Huber sebh at rtems.org
Mon Nov 12 14:41:21 UTC 2018


Module:    rtems
Branch:    master
Commit:    b15b2881795d87ea87cff94fdb1a25e977d7d9c9
Changeset: http://git.rtems.org/rtems/commit/?id=b15b2881795d87ea87cff94fdb1a25e977d7d9c9

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Nov  8 06:25:06 2018 +0100

score: Deprecate proc_ptr

Update #3585.

---

 cpukit/include/rtems/score/basedefs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/include/rtems/score/basedefs.h b/cpukit/include/rtems/score/basedefs.h
index 43b837c..595d2ab 100644
--- a/cpukit/include/rtems/score/basedefs.h
+++ b/cpukit/include/rtems/score/basedefs.h
@@ -468,7 +468,7 @@ extern void RTEMS_DEQUALIFY_types_not_compatible(void);
   /**
    * XXX: Eventually proc_ptr needs to disappear!!!
    */
-  typedef void * proc_ptr;
+  typedef void * proc_ptr RTEMS_DEPRECATED;
 #endif
 
 /**@}*/



More information about the vc mailing list