aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_time_sup.c
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2015-03-21 11:59:34 +0100
committerRickard Green <[email protected]>2015-03-21 11:59:34 +0100
commit50713b7d6179477d6018e6a9ca5610617e3de1fe (patch)
tree50e73f949ffb1b37d92d8ed8d8ce00f70acb0b84 /erts/emulator/beam/erl_time_sup.c
parente7a713167e3390bfa7d7ada2eafe5fe16f185405 (diff)
downloadotp-50713b7d6179477d6018e6a9ca5610617e3de1fe.tar.gz
otp-50713b7d6179477d6018e6a9ca5610617e3de1fe.tar.bz2
otp-50713b7d6179477d6018e6a9ca5610617e3de1fe.zip
Unbreak lcnt
Diffstat (limited to 'erts/emulator/beam/erl_time_sup.c')
-rw-r--r--erts/emulator/beam/erl_time_sup.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/erts/emulator/beam/erl_time_sup.c b/erts/emulator/beam/erl_time_sup.c
index d47d1682d7..b809fa8316 100644
--- a/erts/emulator/beam/erl_time_sup.c
+++ b/erts/emulator/beam/erl_time_sup.c
@@ -765,8 +765,7 @@ erts_has_time_correction(void)
return time_sup.r.o.correction;
}
-void
-erts_early_init_time_sup(void)
+void erts_init_sys_time_sup(void)
{
ErtsSysInitTimeResult sys_init_time_res
= ERTS_SYS_INIT_TIME_RESULT_INITER;