From 9b6362da712e58f39ac637b1705e6f6ea16c0be9 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 18 Nov 2021 12:13:53 +0100 Subject: rtems: Use RTEMS_WHO_AM_I for rtems_task_ident() --- cpukit/include/rtems/rtems/tasks.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit/include') diff --git a/cpukit/include/rtems/rtems/tasks.h b/cpukit/include/rtems/rtems/tasks.h index 8c6e8a3bca..0392586759 100644 --- a/cpukit/include/rtems/rtems/tasks.h +++ b/cpukit/include/rtems/rtems/tasks.h @@ -1267,7 +1267,8 @@ rtems_status_code rtems_task_construct( * This directive obtains a task identifier associated with the task name * specified in ``name``. * - * A task may obtain its own identifier by specifying #RTEMS_SELF for the name. + * A task may obtain its own identifier by specifying #RTEMS_WHO_AM_I for the + * name. * * The node to search is specified in ``node``. It shall be * -- cgit v1.2.3