mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 17:36:15 +08:00
capture/rtems-trace-buffer-vars.c: Fix duplicate const warning
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user