diff options
author | Björn-Egil Dahlberg <[email protected]> | 2016-11-09 11:40:59 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2016-11-09 11:40:59 +0100 |
commit | e3b904f938f02904220d509e3abc58b81861756a (patch) | |
tree | 99b5f1aa9e0399a133293cf1cb0b12d2a368b050 /erts/emulator/sys | |
parent | 3f14d19422844e3443128e035be24c64347aecc9 (diff) | |
parent | 2bc52f6dd31d114b1a2d3cb7ad0a12b0b209beff (diff) | |
download | otp-e3b904f938f02904220d509e3abc58b81861756a.tar.gz otp-e3b904f938f02904220d509e3abc58b81861756a.tar.bz2 otp-e3b904f938f02904220d509e3abc58b81861756a.zip |
Merge branch 'maint'
Conflicts:
OTP_VERSION
Diffstat (limited to 'erts/emulator/sys')
-rw-r--r-- | erts/emulator/sys/unix/sys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/sys/unix/sys.c b/erts/emulator/sys/unix/sys.c index b0e623a5b9..99e0aea4b5 100644 --- a/erts/emulator/sys/unix/sys.c +++ b/erts/emulator/sys/unix/sys.c @@ -672,7 +672,7 @@ sigusr1_exit(void) } prepare_crash_dump(secs); - erts_exit(ERTS_ERROR_EXIT, "Received SIGUSR1\n"); + erts_exit(ERTS_DUMP_EXIT, "Received SIGUSR1\n"); } #ifdef ETHR_UNUSABLE_SIGUSRX |