diff options
Diffstat (limited to 'src/unixdgram.h')
-rw-r--r-- | src/unixdgram.h | 4 |
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 | |||
18 | int unixdgram_open(lua_State *L); | 20 | int unixdgram_open(lua_State *L); |
19 | 21 | ||
22 | #pragma GCC visibility pop | ||
23 | |||
20 | #endif /* UNIXDGRAM_H */ | 24 | #endif /* UNIXDGRAM_H */ |