diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2021-07-13 15:50:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-13 15:50:45 -0400 |
| commit | 6be9e80e7536a9f167f2149273c5a0e774cb4877 (patch) | |
| tree | e0428d804a84a50763a04e348e223630a297fbda | |
| parent | 6c78fd06e3cedec818122ecc7f90e6c81e497354 (diff) | |
| parent | b444918a9c68f8e5649b3dcc3894814d03b9ffc3 (diff) | |
| download | libgit2-6be9e80e7536a9f167f2149273c5a0e774cb4877.tar.gz | |
Merge pull request #5936 from boretrk/amigatimer
git__timer: Limit ITimer usage to AmigaOS4
| -rw-r--r-- | src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h index dabd4c94a..dd80c7868 100644 --- a/src/util.h +++ b/src/util.h @@ -359,7 +359,7 @@ GIT_INLINE(double) git__timer(void) return (double)time * scaling_factor / 1.0E9; } -#elif defined(AMIGA) +#elif defined(__amigaos4__) #include <proto/timer.h> |
