diff options
Diffstat (limited to 'src/select.h')
| -rw-r--r-- | src/select.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/select.h b/src/select.h index 8750200..95272db 100644 --- a/src/select.h +++ b/src/select.h | |||
| @@ -10,6 +10,10 @@ | |||
| 10 | * true if there is data ready for reading (required for buffered input). | 10 | * true if there is data ready for reading (required for buffered input). |
| 11 | \*=========================================================================*/ | 11 | \*=========================================================================*/ |
| 12 | 12 | ||
| 13 | #pragma GCC visibility push(hidden) | ||
| 14 | |||
| 13 | int select_open(lua_State *L); | 15 | int select_open(lua_State *L); |
| 14 | 16 | ||
| 17 | #pragma GCC visibility pop | ||
| 18 | |||
| 15 | #endif /* SELECT_H */ | 19 | #endif /* SELECT_H */ |
