summaryrefslogtreecommitdiffstats
path: root/cpukit/include
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-18 12:13:53 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-18 19:59:14 +0100
commit9b6362da712e58f39ac637b1705e6f6ea16c0be9 (patch)
tree6d5c05f724c478e7d86ade1b2a947c8811aa3b89 /cpukit/include
parentrtems: Add signal header to implementation group (diff)
downloadrtems-9b6362da712e58f39ac637b1705e6f6ea16c0be9.tar.bz2
rtems: Use RTEMS_WHO_AM_I for rtems_task_ident()
Diffstat (limited to 'cpukit/include')
-rw-r--r--cpukit/include/rtems/rtems/tasks.h3
1 files changed, 2 insertions, 1 deletions
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
*