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:
b2f3e86
)
Fix missing * in one definition of OS_nanotime_since_utc_epoch.
author
Taylor R Campbell
<campbell@mumble.net>
Fri, 30 Aug 2013 15:32:10 +0000
(15:32 +0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Fri, 30 Aug 2013 15:32:11 +0000
(15:32 +0000)
From Igor Pashev.
src/microcode/uxenv.c
patch
|
blob
|
history
diff --git
a/src/microcode/uxenv.c
b/src/microcode/uxenv.c
index 4ff37518dd5d8e92932d62aef3816dcce7489600..1de6808a74ebb3c5aa1f9182cf0d6b71cbb79425 100644
(file)
--- a/
src/microcode/uxenv.c
+++ b/
src/microcode/uxenv.c
@@
-182,7
+182,7
@@
OS_nanotime_since_utc_epoch (struct scheme_nanotime *t)
#elif defined(HAVE_CLOCK_GETTIME)
void
-OS_nanotime_since_utc_epoch (struct scheme_nanotime t)
+OS_nanotime_since_utc_epoch (struct scheme_nanotime
*
t)
{
struct timespec ts;
STD_VOID_SYSTEM_CALL