Skip to content

Commit 6be9e80

Browse files
authored
Merge pull request libgit2#5936 from boretrk/amigatimer
git__timer: Limit ITimer usage to AmigaOS4
2 parents 6c78fd0 + b444918 commit 6be9e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ GIT_INLINE(double) git__timer(void)
359359
return (double)time * scaling_factor / 1.0E9;
360360
}
361361

362-
#elif defined(AMIGA)
362+
#elif defined(__amigaos4__)
363363

364364
#include <proto/timer.h>
365365

0 commit comments

Comments
 (0)