diff options
author | Rickard Green <[email protected]> | 2017-05-19 16:07:35 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2017-05-19 16:07:35 +0200 |
commit | ad5799f22d5091581a7faa457819e9c5ecb759fa (patch) | |
tree | a40103af9972a9b993e76cdd71782a13ae539ff3 | |
parent | a237426d43b73d931739d9acb86a17513b44ed3e (diff) | |
download | otp-ad5799f22d5091581a7faa457819e9c5ecb759fa.tar.gz otp-ad5799f22d5091581a7faa457819e9c5ecb759fa.tar.bz2 otp-ad5799f22d5091581a7faa457819e9c5ecb759fa.zip |
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 */ |