mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
2005-01-23 Joel Sherrill <joel@OARcorp.com>
* tod.c: Change type of RTC_Count to size_t.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2005-01-23 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* tod.c: Change type of RTC_Count to size_t.
|
||||
|
||||
2004-12-10 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
PR 704/bsps.
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* Configuration Information
|
||||
*/
|
||||
|
||||
extern unsigned long RTC_Count;
|
||||
extern size_t RTC_Count;
|
||||
extern rtems_device_minor_number RTC_Minor;
|
||||
|
||||
int RTC_Present;
|
||||
|
||||
Reference in New Issue
Block a user