diff options
Diffstat (limited to 'support/nfs/xlog.c')
-rw-r--r-- | support/nfs/xlog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support/nfs/xlog.c b/support/nfs/xlog.c index c8e4263..f75a9ab 100644 --- a/support/nfs/xlog.c +++ b/support/nfs/xlog.c @@ -33,6 +33,8 @@ #undef VERBOSE_PRINTF +#pragma GCC visibility push(hidden) + static int log_stderr = 1; static int log_syslog = 1; static int logging = 0; /* enable/disable DEBUG logs */ |