more thorough fix for systems with strange socklen_t

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2010-02-02 12:45:38 +01:00
parent 5b9b1365a0
commit bb1dcc9aab
6 changed files with 36 additions and 32 deletions

View File

@ -5,6 +5,8 @@
#ifndef UNICODE_H
#define UNICODE_H 1
PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN
enum {
UNICODE_UNKNOWN = 0,
UNICODE_OFF = 1,
@ -79,4 +81,6 @@ int iswpunct(wint_t wc) FAST_FUNC;
#endif /* FEATURE_ASSUME_UNICODE */
POP_SAVED_FUNCTION_VISIBILITY
#endif