Mark all symbols hidden by default, export only required ones

This commit is contained in:
Vitaliy Filippov
2025-08-24 16:55:58 +03:00
parent 9892fccfb0
commit 2ebe3a468c
25 changed files with 60 additions and 18 deletions
+4
View File
@@ -22,6 +22,8 @@
#include <stdint.h>
#include <sys/uio.h>
#pragma GCC visibility push(default)
#ifdef __cplusplus
extern "C" {
#endif
@@ -85,4 +87,6 @@ uint32_t vitastor_c_inode_get_immediate_commit(vitastor_c *client, uint64_t inod
}
#endif
#pragma GCC visibility pop
#endif