aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/unix/erl_unix_sys.h
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2017-04-21 17:16:13 +0200
committerRickard Green <[email protected]>2017-04-21 17:22:30 +0200
commit4c408d98127c3a44f47b86e89d2a0bd5567b1e70 (patch)
tree92dd3a36bec3f40d20fd8fe2aa95cd2c48e63d12 /erts/emulator/sys/unix/erl_unix_sys.h
parentd25ad84195ca42969fbfb017a52aab8c8effc246 (diff)
downloadotp-4c408d98127c3a44f47b86e89d2a0bd5567b1e70.tar.gz
otp-4c408d98127c3a44f47b86e89d2a0bd5567b1e70.tar.bz2
otp-4c408d98127c3a44f47b86e89d2a0bd5567b1e70.zip
Do not ignore SIGTERM when VM has been started with +Bi
Diffstat (limited to 'erts/emulator/sys/unix/erl_unix_sys.h')
-rw-r--r--erts/emulator/sys/unix/erl_unix_sys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/sys/unix/erl_unix_sys.h b/erts/emulator/sys/unix/erl_unix_sys.h
index b64b0d87f6..054a4678c8 100644
--- a/erts/emulator/sys/unix/erl_unix_sys.h
+++ b/erts/emulator/sys/unix/erl_unix_sys.h
@@ -322,6 +322,7 @@ extern SIGFUNC sys_signal(int, SIGFUNC);
extern void sys_sigrelease(int);
extern void sys_sigblock(int);
extern void sys_init_suspend_handler(void);
+extern void erts_sys_unix_later_init(void);
/*
* Handling of floating point exceptions.