Skip to content

Commit

Permalink
Proxy bifs needed for gen_tcp:recv/2
Browse files Browse the repository at this point in the history
  • Loading branch information
margnus1 committed Feb 17, 2016
1 parent 0abf89a commit 46ba7c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions erts/emulator/slave/beam/slave_bif.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ slave_syscall_bif(Uint bif_no, Process *p, Eterm args[], int arity)
X(epiphany_internal_spawn, 3) \
X(erts_debug_get_internal_state, 1) \
X(erts_debug_set_internal_state, 2) \
X(erts_internal_port_control, 3) \
X(erts_internal_port_command, 3) \
X(ets_insert, 2) \
X(ets_lookup, 2) \
X(ets_new, 2) \
Expand Down Expand Up @@ -147,6 +149,7 @@ slave_syscall_bif(Uint bif_no, Process *p, Eterm args[], int arity)
X(now, 0) \
X(open_port, 2) \
X(os_getenv, 1) \
X(port_get_data, 1) \
X(process_flag, 2) \
X(process_flag, 3) \
X(process_info, 2) \
Expand Down

0 comments on commit 46ba7c1

Please sign in to comment.