summaryrefslogtreecommitdiff
path: root/rtems-ld.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rtems-ld.cpp')
-rw-r--r--rtems-ld.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtems-ld.cpp b/rtems-ld.cpp
index a7453cb..944afc3 100644
--- a/rtems-ld.cpp
+++ b/rtems-ld.cpp
@@ -132,7 +132,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