Changeset 237f4611 in rtems
- Timestamp:
- 12/16/08 15:59:26 (14 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- 3d66dfc1
- Parents:
- b3a4579e
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
rb3a4579e r237f4611 1 2008-12-16 Joel Sherrill <joel.sherrill@oarcorp.com> 2 3 * libgnat/adasupp.c: Add helper method so Ada binding does not 4 reference _TOD_Microseconds_per_tick. 5 1 6 2008-12-16 Joel Sherrill <joel.sherrill@oarcorp.com> 2 7 -
cpukit/libgnat/adasupp.c
rb3a4579e r237f4611 11 11 12 12 #include <rtems/system.h> 13 #include <rtems/config.h> 13 14 #include <rtems/posix/pthread.h> 14 15 15 /*PAGE 16 * 16 /* 17 17 * _ada_pthread_minimum_stack_size 18 18 * … … 30 30 return PTHREAD_MINIMUM_STACK_SIZE * 2; 31 31 } 32 33 uint32_t _ada_microseconds_per_tick(void) 34 { 35 return rtems_configuration_get_microseconds_per_tick(); 36 }
Note: See TracChangeset
for help on using the changeset viewer.