diff options
author | Lukas Larsson <[email protected]> | 2017-05-16 10:45:43 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-05-16 10:45:43 +0200 |
commit | 836d89d9423b4aa01fc887286b6a97721f62c02e (patch) | |
tree | ff2a9f92889119bbb054ec24da1ddcb8ac4c66ee /erts/emulator/beam/io.c | |
parent | a8b65c562ea9168dfb9f3b36ae726422280d6abe (diff) | |
parent | 7ce5c7a0d1da593d7718131580b4ce2e73de48c6 (diff) | |
download | otp-836d89d9423b4aa01fc887286b6a97721f62c02e.tar.gz otp-836d89d9423b4aa01fc887286b6a97721f62c02e.tar.bz2 otp-836d89d9423b4aa01fc887286b6a97721f62c02e.zip |
Merge pull request #1435 from SalikhovDinislam/static_func
erts: Make erts_schedule_proc2port_signal static
Diffstat (limited to 'erts/emulator/beam/io.c')
-rw-r--r-- | erts/emulator/beam/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/io.c b/erts/emulator/beam/io.c index 93a5ed4397..d25e53ada0 100644 --- a/erts/emulator/beam/io.c +++ b/erts/emulator/beam/io.c @@ -1511,7 +1511,7 @@ port_sched_op_reply(Eterm to, Uint32 *ref_num, Eterm msg, Port* prt) } -ErtsPortOpResult +static ErtsPortOpResult erts_schedule_proc2port_signal(Process *c_p, Port *prt, Eterm caller, |