projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6609abe
)
Apple doesn't need special definition for jiffies-per-second.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 14 May 2018 04:54:30 +0000
(21:54 -0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 14 May 2018 04:54:30 +0000
(21:54 -0700)
src/microcode/uxenv.c
patch
|
blob
|
history
diff --git
a/src/microcode/uxenv.c
b/src/microcode/uxenv.c
index 170c959a1b5df823979e8dc8e77da0dd8674e590..47c0227a90d3c330857432115d057d1aa6657342 100644
(file)
--- a/
src/microcode/uxenv.c
+++ b/
src/microcode/uxenv.c
@@
-513,11
+513,7
@@
OS_current_jiffy (void)
clock_t
OS_jiffies_per_second (void)
{
-#ifdef __APPLE__
- return (CLK_TCK);
-#else
return (UX_SC_CLK_TCK ());
-#endif
}
#else /* not HAVE_TIMES */