aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/vxworks/sys.c
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2012-12-06 15:02:45 +0100
committerBjörn-Egil Dahlberg <[email protected]>2012-12-06 15:02:45 +0100
commit1cbd897c43f0dab1275392a3736e4629c1f80243 (patch)
tree523c09bf004e1028c6a4f0baa19f24f973b1b7bf /erts/emulator/sys/vxworks/sys.c
parent214d1aaf4749ae6a7bb0506cf448551a312a9a58 (diff)
parent05f8e1029d5bfc102558c68264ee91757788885e (diff)
downloadotp-1cbd897c43f0dab1275392a3736e4629c1f80243.tar.gz
otp-1cbd897c43f0dab1275392a3736e4629c1f80243.tar.bz2
otp-1cbd897c43f0dab1275392a3736e4629c1f80243.zip
Merge tag 'erl_1219' into maintOTP_R15B03-1
erts: Patch 1219 OTP-10602 Create an erl_crash.dump if no heart exists and no ERL_CRASH_DUMP_SECONDS is set (behaviour changed). Don't create an erl_crash.dump if heart do exists and no ERL_CRASH_DUMP_SECONDS is set (behaviour not changed). This changes the behaviour back to the R15B02 default considering if a beam was running with no heart.
Diffstat (limited to 'erts/emulator/sys/vxworks/sys.c')
-rw-r--r--erts/emulator/sys/vxworks/sys.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/emulator/sys/vxworks/sys.c b/erts/emulator/sys/vxworks/sys.c
index 739b026fb1..3bdff5d7b6 100644
--- a/erts/emulator/sys/vxworks/sys.c
+++ b/erts/emulator/sys/vxworks/sys.c
@@ -296,10 +296,10 @@ void sys_sigrelease(int sig)
sigprocmask(SIG_UNBLOCK, &mask, (sigset_t *)NULL);
}
-void
+int
erts_sys_prepare_crash_dump(void)
{
-
+ return 0;
}
/* register signal handlers XXX - they don't work, need to find out why... */