summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-07-13 15:50:45 -0400
committerGitHub <noreply@github.com>2021-07-13 15:50:45 -0400
commit6be9e80e7536a9f167f2149273c5a0e774cb4877 (patch)
treee0428d804a84a50763a04e348e223630a297fbda
parent6c78fd06e3cedec818122ecc7f90e6c81e497354 (diff)
parentb444918a9c68f8e5649b3dcc3894814d03b9ffc3 (diff)
downloadlibgit2-6be9e80e7536a9f167f2149273c5a0e774cb4877.tar.gz
Merge pull request #5936 from boretrk/amigatimer
git__timer: Limit ITimer usage to AmigaOS4
-rw-r--r--src/util.h2
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>