summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/basedefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/basedefs.h')
-rw-r--r--cpukit/include/rtems/score/basedefs.h2
1 files changed, 1 insertions, 1 deletions
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
/**@}*/