aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/unix
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2017-05-19 16:07:35 +0200
committerRickard Green <[email protected]>2017-05-19 16:07:35 +0200
commitad5799f22d5091581a7faa457819e9c5ecb759fa (patch)
treea40103af9972a9b993e76cdd71782a13ae539ff3 /erts/emulator/sys/unix
parenta237426d43b73d931739d9acb86a17513b44ed3e (diff)
downloadotp-ad5799f22d5091581a7faa457819e9c5ecb759fa.tar.gz
otp-ad5799f22d5091581a7faa457819e9c5ecb759fa.tar.bz2
otp-ad5799f22d5091581a7faa457819e9c5ecb759fa.zip
Restore sighup behaviour
Diffstat (limited to 'erts/emulator/sys/unix')
-rw-r--r--erts/emulator/sys/unix/sys.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/sys/unix/sys.c b/erts/emulator/sys/unix/sys.c
index 0079912b10..b1bea3a960 100644
--- a/erts/emulator/sys/unix/sys.c
+++ b/erts/emulator/sys/unix/sys.c
@@ -885,7 +885,6 @@ void erts_replace_intr(void) {
void init_break_handler(void)
{
sys_signal(SIGINT, request_break);
- sys_signal(SIGHUP, generic_signal_handler);
#ifndef ETHR_UNUSABLE_SIGUSRX
sys_signal(SIGUSR1, generic_signal_handler);
#endif /* #ifndef ETHR_UNUSABLE_SIGUSRX */