Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106819
b: refs/heads/master
c: 2b7bf93
h: refs/heads/master
i:
  106817: 247e95c
  106815: bc74c20
v: v3
  • Loading branch information
Adrian Bunk authored and Paul Mundt committed Jul 28, 2008
1 parent 69ecb58 commit 5de78ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 306cfd630a4d121cf4e08b894d8b4c4cf106e57e
refs/heads/master: 2b7bf930ae762d3124317e36f26a7567dc04e835
4 changes: 2 additions & 2 deletions trunk/arch/sh/boards/dreamcast/rtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* Grabs the current RTC seconds counter and adjusts it to the Unix Epoch.
*/
void aica_rtc_gettimeofday(struct timespec *ts)
static void aica_rtc_gettimeofday(struct timespec *ts)
{
unsigned long val1, val2;

Expand All @@ -54,7 +54,7 @@ void aica_rtc_gettimeofday(struct timespec *ts)
*
* Adjusts the given @tv to the AICA Epoch and sets the RTC seconds counter.
*/
int aica_rtc_settimeofday(const time_t secs)
static int aica_rtc_settimeofday(const time_t secs)
{
unsigned long val1, val2;
unsigned long adj = secs + TWENTY_YEARS;
Expand Down

0 comments on commit 5de78ee

Please sign in to comment.