Hidden visibility for internal symbol
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 27 Oct 2022 19:47:30 +0000 (15:47 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 27 Oct 2022 19:47:30 +0000 (15:47 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/smp.h

index 3707b7e50802c995fccd72b619c9e09533a75932..36a0afc32147560e9e7e9af0acddd2fa57be2225 100644 (file)
--- a/src/smp.h
+++ b/src/smp.h
@@ -7,6 +7,6 @@
 #ifndef _SIDE_SMP_H
 #define _SIDE_SMP_H
 
-int get_possible_cpus_array_len(void);
+int get_possible_cpus_array_len(void) __attribute__((visibility("hidden")));
 
 #endif /* _SIDE_SMP_H */
This page took 0.025451 seconds and 4 git commands to generate.