capture/rtems-trace-buffer-vars.c: Fix duplicate const warning

This commit is contained in:
Joel Sherrill
2017-06-21 12:50:30 -05:00
parent 5700d8ba52
commit 9761b98dcc
@@ -19,7 +19,7 @@
* Trace linker data.
*/
uint32_t __rtld_trace_names_size __attribute__ ((weak));
const char const* __rtld_trace_names[1] __attribute__ ((weak));
const char *const __rtld_trace_names[1] __attribute__ ((weak));
uint32_t __rtld_trace_enables_size __attribute__ ((weak));
const uint32_t __rtld_trace_enables[1] __attribute__ ((weak));
uint32_t __rtld_trace_triggers_size __attribute__ ((weak));