aboutsummaryrefslogtreecommitdiffstats
path: root/erts/etc/common/run_erl_common.h
diff options
context:
space:
mode:
authorMarcus Arendt <[email protected]>2014-11-05 15:34:37 +0100
committerMarcus Arendt <[email protected]>2014-11-05 15:34:37 +0100
commit39cd804e0a04cad11daabcc671ea71594e96f47b (patch)
treeca62a0934eba72cf6ab17e50905f5c695b0c7852 /erts/etc/common/run_erl_common.h
parent0d18bf3268379df2b91e165a835426db77f015e3 (diff)
parent682a6082159568f40615f03d12d44ee70edd14c6 (diff)
downloadotp-39cd804e0a04cad11daabcc671ea71594e96f47b.tar.gz
otp-39cd804e0a04cad11daabcc671ea71594e96f47b.tar.bz2
otp-39cd804e0a04cad11daabcc671ea71594e96f47b.zip
Merge branch 'maint'
Conflicts: erts/vsn.mk
Diffstat (limited to 'erts/etc/common/run_erl_common.h')
-rw-r--r--erts/etc/common/run_erl_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/etc/common/run_erl_common.h b/erts/etc/common/run_erl_common.h
index c47a0db054..14207ee4de 100644
--- a/erts/etc/common/run_erl_common.h
+++ b/erts/etc/common/run_erl_common.h
@@ -40,7 +40,7 @@ void erts_run_erl_log_error(int priority, int line, const char *format,...);
int erts_run_erl_open_fifo(char *pipename,char *w_pipename,char *r_pipename);
int erts_run_erl_log_alive_minutes(void);
-int erts_run_erl_extract_ctrl_seq(char* buf, int len);
+int erts_run_erl_extract_ctrl_seq(char* buf, int len, int mfd);
/* File operations */
ssize_t sf_read(int fd, void *buffer, size_t len);