aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/unix/erl_unix_sys.h
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2016-03-18 14:55:51 +0100
committerLukas Larsson <[email protected]>2016-03-18 14:55:51 +0100
commit49aed19fc304ed28e46988099f2f13f8fa73d3d4 (patch)
tree4648a301618d2c0581907e83adb2402393116f1c /erts/emulator/sys/unix/erl_unix_sys.h
parent586e8f0cb587355221ed8a24c4e8ca06e8404192 (diff)
parent6cec93eb4e697fc1451b0b4729fc3d4874581ebd (diff)
downloadotp-49aed19fc304ed28e46988099f2f13f8fa73d3d4.tar.gz
otp-49aed19fc304ed28e46988099f2f13f8fa73d3d4.tar.bz2
otp-49aed19fc304ed28e46988099f2f13f8fa73d3d4.zip
Merge branch 'lukas/erts/fix_scheduler_suspend/ERL-94/PR-978/OTP-13425'
* lukas/erts/fix_scheduler_suspend/ERL-94/PR-978/OTP-13425: erts: Fix install of suspend handler Conflicts: erts/emulator/sys/unix/erl_unix_sys.h erts/emulator/sys/unix/sys.c
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 8b1822ca9f..e217c38ca9 100644
--- a/erts/emulator/sys/unix/erl_unix_sys.h
+++ b/erts/emulator/sys/unix/erl_unix_sys.h
@@ -321,6 +321,7 @@ typedef void (*SIGFUNC)(int);
extern SIGFUNC sys_signal(int, SIGFUNC);
extern void sys_sigrelease(int);
extern void sys_sigblock(int);
+extern void sys_init_suspend_handler(void);
/*
* Handling of floating point exceptions.