summaryrefslogtreecommitdiff
path: root/erts/emulator/sys/common/erl_os_monotonic_time_extender.c
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/sys/common/erl_os_monotonic_time_extender.c')
-rw-r--r--erts/emulator/sys/common/erl_os_monotonic_time_extender.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/sys/common/erl_os_monotonic_time_extender.c b/erts/emulator/sys/common/erl_os_monotonic_time_extender.c
index b79485241f..367b22d989 100644
--- a/erts/emulator/sys/common/erl_os_monotonic_time_extender.c
+++ b/erts/emulator/sys/common/erl_os_monotonic_time_extender.c
@@ -44,7 +44,7 @@ static void *os_monotonic_time_extender(void *vstatep)
erts_milli_sleep(sleep_time);
}
- erl_exit(ERTS_ABORT_EXIT, "os_monotonic_time_extender thread terminating");
+ erts_exit(ERTS_ABORT_EXIT, "os_monotonic_time_extender thread terminating");
return NULL;
}