diff options
author | Rickard Green <[email protected]> | 2017-05-19 16:25:37 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2017-05-19 16:25:37 +0200 |
commit | 3e42bb4feb6a3a90895595d53b37092f699ba4c3 (patch) | |
tree | f09f61ce86833e32ea97d18ffac9614770b77c5b | |
parent | 881daeb486c9419302da15f571af79b9eb627678 (diff) | |
parent | ad5799f22d5091581a7faa457819e9c5ecb759fa (diff) | |
download | otp-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.c | 1 |
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 */ |