aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe
diff options
context:
space:
mode:
authorPatrik Nyblom <[email protected]>2012-11-13 11:19:07 +0100
committerPatrik Nyblom <[email protected]>2012-11-16 09:45:38 +0100
commitb48f5469c69242185967dfe9ab595c6a06210d78 (patch)
tree38fb192d885575653860dd82c1a25e5ad8478db7 /lib/hipe
parentd51f75af306975ba59e5eee1d86bf10ea00135ff (diff)
downloadotp-b48f5469c69242185967dfe9ab595c6a06210d78.tar.gz
otp-b48f5469c69242185967dfe9ab595c6a06210d78.tar.bz2
otp-b48f5469c69242185967dfe9ab595c6a06210d78.zip
Correct spec for erlang:process_info(Pid,links)
Diffstat (limited to 'lib/hipe')
-rw-r--r--lib/hipe/cerl/erl_bif_types.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/cerl/erl_bif_types.erl b/lib/hipe/cerl/erl_bif_types.erl
index fbb77b6a42..c97de59701 100644
--- a/lib/hipe/cerl/erl_bif_types.erl
+++ b/lib/hipe/cerl/erl_bif_types.erl
@@ -1266,7 +1266,7 @@ type(erlang, process_info, 2, Xs) ->
['last_calls'] ->
t_tuple([InfoItem,
t_sup(t_atom('false'), t_list())]);
- ['links'] -> t_tuple([InfoItem, t_list(t_pid())]);
+ ['links'] -> t_tuple([InfoItem, t_list(t_sup(t_pid(),t_port()))]);
['memory'] ->
t_tuple([InfoItem, t_non_neg_integer()]);
['message_queue_len'] ->