Hide symbols that shouldn't be part of the ABI
[lttng-ust.git] / src / common / ringbuffer / ring_buffer_frontend.c
index d6f5365c8eb1e3629d4a4c829414d13bb00ea8da..fa0a984bfe26ea9f6aa8ff27c84882ad0040426c 100644 (file)
@@ -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;
 
 /*
This page took 0.023795 seconds and 4 git commands to generate.