aboutsummaryrefslogtreecommitdiff
path: root/src/unixdgram.h
diff options
context:
space:
mode:
authorE. Westbrook <github@westbrook.io>2019-02-27 21:02:01 -0700
committerE. Westbrook <github@westbrook.io>2019-03-10 00:04:20 -0700
commitd27b1a79453dbafe122ca8aa59413a7cb8750c8d (patch)
tree67b60f14d1f93c200f0533cf4427de9d3f614e99 /src/unixdgram.h
parent5d07d9b2275fba742a297acde76636f6054a7906 (diff)
downloadluasocket-d27b1a79453dbafe122ca8aa59413a7cb8750c8d.tar.gz
luasocket-d27b1a79453dbafe122ca8aa59413a7cb8750c8d.tar.bz2
luasocket-d27b1a79453dbafe122ca8aa59413a7cb8750c8d.zip
unixdgram: pragma visibility
Diffstat (limited to 'src/unixdgram.h')
-rw-r--r--src/unixdgram.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/unixdgram.h b/src/unixdgram.h
index 7187966..433fe25 100644
--- a/src/unixdgram.h
+++ b/src/unixdgram.h
@@ -15,6 +15,10 @@
15 15
16#include "unix.h" 16#include "unix.h"
17 17
18#pragma GCC visibility push(hidden)
19
18int unixdgram_open(lua_State *L); 20int unixdgram_open(lua_State *L);
19 21
22#pragma GCC visibility pop
23
20#endif /* UNIXDGRAM_H */ 24#endif /* UNIXDGRAM_H */