[PATCH 01/19] score: Deprecate proc_ptr
Sebastian Huber
sebastian.huber at embedded-brains.de
Fri Nov 9 12:48:53 UTC 2018
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 43b837c22e..595d2ab805 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
/**@}*/
--
2.16.4
More information about the devel
mailing list