summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-08-31 18:56:09 +1000
committerChris Johns <chrisj@rtems.org>2016-09-01 11:11:45 +1000
commit1c18ebf0d637bea1101c4b16e3844103524a5281 (patch)
treea472f8a5550a89790832310890ec8a8033a791a1 /testsuites/libtests
parentlibmisc/capture: Fix the capture engine on SMP. (diff)
downloadrtems-1c18ebf0d637bea1101c4b16e3844103524a5281.tar.bz2
libmisc/capture: Remove the reserved _t in the types.
Diffstat (limited to 'testsuites/libtests')
-rw-r--r--testsuites/libtests/capture01/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/libtests/capture01/init.c b/testsuites/libtests/capture01/init.c
index 538583e0e6..7a2491594b 100644
--- a/testsuites/libtests/capture01/init.c
+++ b/testsuites/libtests/capture01/init.c
@@ -78,12 +78,12 @@ rtems_task Init(
rtems_capture_print_watch_list();
- sc = rtems_capture_control (true);
+ sc = rtems_capture_set_control (true);
ASSERT_SC(sc);
capture_test_1();
- sc = rtems_capture_control (false);
+ sc = rtems_capture_set_control (false);
ASSERT_SC(sc);
rtems_capture_print_trace_records ( 22, false );