Fix R13 compatibility (auto imported monitor/2)

This commit is contained in:
Alfonso De Gregorio 2011-08-28 02:40:28 +02:00 committed by Tuncer Ayaz
parent 6254b341d6
commit 6f76d14499

View file

@ -562,7 +562,7 @@ reconstruct_app_env_vars([]) ->
ok.
wait_until_dead(Pid) when is_pid(Pid) ->
Ref = monitor(process, Pid),
Ref = erlang:monitor(process, Pid),
receive
{'DOWN', Ref, process, _Obj, Info} ->
Info