2008-08-07 Joel Sherrill <joel.sherrill@OARcorp.com>

* user/datatypes.t: Add rtems_name. Add comment about
	rtems_task_argument changing from simple unsigned thirty two bit
	integer to being derived from a C99 uintptr_t in 4.8 and newer.
This commit is contained in:
Joel Sherrill
2008-08-07 13:44:58 +00:00
parent 8192e4ff61
commit 94fb30d46d
2 changed files with 18 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2008-08-07 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/datatypes.t: Add rtems_name. Add comment about
rtems_task_argument changing from simple unsigned thirty two bit
integer to being derived from a C99 uintptr_t in 4.8 and newer.
2008-08-04 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1263/doc