Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-02-02 14:45:38 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2010-02-02 14:45:38 +0300
commitbb1dcc9aab5f517d963b601289aa75508d6e088e (patch)
tree682957f7a02ac69cbe9c1adb5f22092bfd379de2 /include/unicode.h
parent5b9b1365a086056e992e7868db8e49989fedcbaf (diff)
more thorough fix for systems with strange socklen_t
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/unicode.h')
-rw-r--r--include/unicode.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/unicode.h b/include/unicode.h
index 25ef7407e..7ab044e17 100644
--- a/include/unicode.h
+++ b/include/unicode.h
@@ -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