summaryrefslogtreecommitdiff
path: root/rtems-syms.cpp
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-08-05 23:01:15 +1000
committerChris Johns <chrisj@rtems.org>2014-08-05 23:01:15 +1000
commitf40cea54f3e7ef474552136b6f4b29cdb3b5c0f3 (patch)
tree961a51588821aa1ab1f712a314c7261324b3727c /rtems-syms.cpp
parent13ee8dc9506807fd3fb253b52583611754cb719e (diff)
Fix temporary file handling and add tempfile write support.
Move the static objects into the rld-process file and change the clean up to a call. Add support to write to tempfiles.
Diffstat (limited to 'rtems-syms.cpp')
-rw-r--r--rtems-syms.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtems-syms.cpp b/rtems-syms.cpp
index baa152c..437884c 100644
--- a/rtems-syms.cpp
+++ b/rtems-syms.cpp
@@ -92,7 +92,7 @@ fatal_signal (int signum)
{
signal (signum, SIG_DFL);
- rld::process::temporaries.clean_up ();
+ rld::process::temporaries_clean_up ();
/*
* Get the same signal again, this time not handled, so its normal effect