summaryrefslogtreecommitdiff
path: root/rld.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-09-07 10:47:00 +1000
committerChris Johns <chrisj@rtems.org>2014-09-07 10:47:00 +1000
commit5c75d3435ae8e049a3049a6eec1295f1de2694cf (patch)
treef16740b1b5ce05adff8e9451cd58b347091ec0d4 /rld.h
parent7eb74f8b5318e14508eba980dc97c2813624963e (diff)
rtems-tld: Add --wrapper option to aid testing.
The --wrapper option lets a user control the wrapper file name and location to aid testing. Add keep support to tempfiles so specific tempfile can be set to be kept. Add unlink to the rld::path namespace.
Diffstat (limited to 'rld.h')
-rw-r--r--rld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rld.h b/rld.h
index 2c5fdd2..0a6cd9c 100644
--- a/rld.h
+++ b/rld.h
@@ -272,7 +272,7 @@ namespace rld
const std::string version ();
/**
- * The RTEMS version string.
+ * The RTEMS version string. @todo move to rld-rtems.
*/
const std::string rtems_version ();