From 8be3678a2331250b0559d07526e66b73d1794d8c Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Sun, 12 May 2019 22:39:59 +0200 Subject: lib/printf: rename & private __find_arguments These are internal to printf(), and symbols starting with __ are reserved for the compiler/libc. Signed-off-by: David Lamparter --- lib/module.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lib/module.h') diff --git a/lib/module.h b/lib/module.h index c5f96db85b..79cf52d75a 100644 --- a/lib/module.h +++ b/lib/module.h @@ -24,16 +24,6 @@ extern "C" { #endif -#if !defined(__GNUC__) -#error module code needs GCC visibility extensions -#elif __GNUC__ < 4 -#error module code needs GCC visibility extensions -#else -# define DSO_PUBLIC __attribute__ ((visibility ("default"))) -# define DSO_SELF __attribute__ ((visibility ("protected"))) -# define DSO_LOCAL __attribute__ ((visibility ("hidden"))) -#endif - struct frrmod_runtime; struct frrmod_info { -- cgit v1.2.3