diff options
author | Marcus Arendt <[email protected]> | 2014-11-05 15:34:37 +0100 |
---|---|---|
committer | Marcus Arendt <[email protected]> | 2014-11-05 15:34:37 +0100 |
commit | 39cd804e0a04cad11daabcc671ea71594e96f47b (patch) | |
tree | ca62a0934eba72cf6ab17e50905f5c695b0c7852 /erts/etc/common/run_erl_common.h | |
parent | 0d18bf3268379df2b91e165a835426db77f015e3 (diff) | |
parent | 682a6082159568f40615f03d12d44ee70edd14c6 (diff) | |
download | otp-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.h | 2 |
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); |