aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2017-05-19 16:25:37 +0200
committerRickard Green <[email protected]>2017-05-19 16:25:37 +0200
commit3e42bb4feb6a3a90895595d53b37092f699ba4c3 (patch)
treef09f61ce86833e32ea97d18ffac9614770b77c5b
parent881daeb486c9419302da15f571af79b9eb627678 (diff)
parentad5799f22d5091581a7faa457819e9c5ecb759fa (diff)
downloadotp-3e42bb4feb6a3a90895595d53b37092f699ba4c3.tar.gz
otp-3e42bb4feb6a3a90895595d53b37092f699ba4c3.tar.bz2
otp-3e42bb4feb6a3a90895595d53b37092f699ba4c3.zip
Merge branch 'rickard/sighup-fix'
* rickard/sighup-fix: Restore sighup behaviour
-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 */