aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/unix/erl_unix_sys.h
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2016-02-23 11:24:12 +0100
committerLukas Larsson <[email protected]>2016-02-23 11:26:18 +0100
commit6cec93eb4e697fc1451b0b4729fc3d4874581ebd (patch)
tree31417326e512f403dd1b46beaee501994e65f642 /erts/emulator/sys/unix/erl_unix_sys.h
parent72cc231e0186d98e52f7a1debdea624d4bbf1125 (diff)
downloadotp-6cec93eb4e697fc1451b0b4729fc3d4874581ebd.tar.gz
otp-6cec93eb4e697fc1451b0b4729fc3d4874581ebd.tar.bz2
otp-6cec93eb4e697fc1451b0b4729fc3d4874581ebd.zip
erts: Fix install of suspend handler
This commit makes sure to setup the suspend handler to matter what +B option is given at the command line.
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 8d4e98bf3a..b55180c509 100644
--- a/erts/emulator/sys/unix/erl_unix_sys.h
+++ b/erts/emulator/sys/unix/erl_unix_sys.h
@@ -311,6 +311,7 @@ extern SIGFUNC sys_signal(int, SIGFUNC);
extern void sys_sigrelease(int);
extern void sys_sigblock(int);
extern void sys_stop_cat(void);
+extern void sys_init_suspend_handler(void);
/*
* Handling of floating point exceptions.