summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/chain.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/include/chain.h')
-rw-r--r--cpukit/libcsupport/include/chain.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libcsupport/include/chain.h b/cpukit/libcsupport/include/chain.h
index e22bc9f11d..25cdca98aa 100644
--- a/cpukit/libcsupport/include/chain.h
+++ b/cpukit/libcsupport/include/chain.h
@@ -28,8 +28,8 @@
*
* Chain_Control *the_chain, * IN *
* void *starting_address, * IN *
- * rtems_unsigned32 number_nodes, * IN *
- * rtems_unsigned32 node_size * IN *
+ * uint32_t number_nodes, * IN *
+ * uint32_t node_size * IN *
*/
#define Chain_Initialize( the_chain, starting_address, \