Remove stray rtems_unsigned32.

This commit is contained in:
Ralf Corsepius
2006-12-12 10:01:38 +00:00
parent 74393f7178
commit adb3c11445

View File

@@ -39,7 +39,7 @@
rtems_status_code rtems_barrier_release(
rtems_id id,
rtems_unsigned32 *released
uint32_t *released
)
{
Barrier_Control *the_barrier;