From b15b2881795d87ea87cff94fdb1a25e977d7d9c9 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 8 Nov 2018 06:25:06 +0100 Subject: 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 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 /**@}*/ -- cgit v1.2.3