X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fringbuffer%2Fring_buffer_frontend.c;h=fa0a984bfe26ea9f6aa8ff27c84882ad0040426c;hb=95fa2ba4fbbfac95bca6f437b2bb4389789b21eb;hp=d6f5365c8eb1e3629d4a4c829414d13bb00ea8da;hpb=6ba0c2b259f1f99ed3ce8ee2e58e90bc393b704e;p=lttng-ust.git diff --git a/src/common/ringbuffer/ring_buffer_frontend.c b/src/common/ringbuffer/ring_buffer_frontend.c index d6f5365c..fa0a984b 100644 --- a/src/common/ringbuffer/ring_buffer_frontend.c +++ b/src/common/ringbuffer/ring_buffer_frontend.c @@ -78,6 +78,8 @@ /* * Non-static to ensure the compiler does not optimize away the xor. */ +uint8_t lttng_crash_magic_xor[] + __attribute__((visibility("hidden"))); uint8_t lttng_crash_magic_xor[] = RB_CRASH_DUMP_ABI_MAGIC_XOR; /*