diff options
author | E. Westbrook <github@westbrook.io> | 2019-02-27 21:02:13 -0700 |
---|---|---|
committer | E. Westbrook <github@westbrook.io> | 2019-03-10 00:04:20 -0700 |
commit | 4e363330a3b9e6ba082869f87820690e501f0a2d (patch) | |
tree | 4f94b79d8bc2e070fb761896c37b7006f2a61d83 /src/unixstream.h | |
parent | d27b1a79453dbafe122ca8aa59413a7cb8750c8d (diff) | |
download | luasocket-4e363330a3b9e6ba082869f87820690e501f0a2d.tar.gz luasocket-4e363330a3b9e6ba082869f87820690e501f0a2d.tar.bz2 luasocket-4e363330a3b9e6ba082869f87820690e501f0a2d.zip |
unixstream: pragma visibility
Diffstat (limited to 'src/unixstream.h')
-rw-r--r-- | src/unixstream.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/unixstream.h b/src/unixstream.h index ef1d071..8ffba8f 100644 --- a/src/unixstream.h +++ b/src/unixstream.h | |||
@@ -16,6 +16,10 @@ | |||
16 | \*=========================================================================*/ | 16 | \*=========================================================================*/ |
17 | #include "unix.h" | 17 | #include "unix.h" |
18 | 18 | ||
19 | #pragma GCC visibility push(hidden) | ||
20 | |||
19 | int unixstream_open(lua_State *L); | 21 | int unixstream_open(lua_State *L); |
20 | 22 | ||
23 | #pragma GCC visibility pop | ||
24 | |||
21 | #endif /* UNIXSTREAM_H */ | 25 | #endif /* UNIXSTREAM_H */ |