diff options
author | Kenny Levinsen <kl@kl.wtf> | 2020-08-03 00:54:43 +0200 |
---|---|---|
committer | Kenny Levinsen <kl@kl.wtf> | 2020-08-03 00:54:55 +0200 |
commit | 3e301b8e708e94be0512d8425c33c418a81e5cf7 (patch) | |
tree | a473a1d4fbb342fec31b64839b3f50f46f47b092 /libseat/libseat.syms | |
parent | b2cbe576d10d992116bcaae245247c862cc5395a (diff) |
libseat: Use symbol file instead of -fvisibility
Diffstat (limited to 'libseat/libseat.syms')
-rw-r--r-- | libseat/libseat.syms | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libseat/libseat.syms b/libseat/libseat.syms new file mode 100644 index 0000000..8fd9732 --- /dev/null +++ b/libseat/libseat.syms @@ -0,0 +1,6 @@ +{ + global: + libseat_*; + local: + *; +}; |