summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/thread.h
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2015-03-16 16:15:55 -0400
committerGedare Bloom <gedare@rtems.org>2015-03-16 16:24:18 -0400
commit46d3c6d83302c256ddfd3a249da39c0e86497782 (patch)
tree7cc4a76dbaa0050d2c81fe658724c3823d0ba80d /cpukit/score/include/rtems/score/thread.h
parentbsp/mbx8xx: Fix warnings (diff)
downloadrtems-46d3c6d83302c256ddfd3a249da39c0e86497782.tar.bz2
cpukit: add and use CPU_Uint32ptr type
Diffstat (limited to 'cpukit/score/include/rtems/score/thread.h')
-rw-r--r--cpukit/score/include/rtems/score/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index 4984949377..cea88f4ab7 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -109,7 +109,7 @@ typedef void *Thread;
* then converted back to a pointer to void. The result will compare equal to
* the original pointer.
*/
-typedef uintptr_t Thread_Entry_numeric_type;
+typedef CPU_Uint32ptr Thread_Entry_numeric_type;
/**
* The following defines the ways in which the entry point for a