Blame SOURCES/glibc-rh1505492-undef-16.patch

25845f
commit a28a9b94c2d45df5223777cc4b88e1cab9b91c1e
25845f
Author: Steve Ellcey <sellcey@mips.com>
25845f
Date:   Tue Apr 29 10:19:30 2014 -0700
25845f
25845f
    2014-04-29  Steve Ellcey  <sellcey@mips.com>
25845f
    
25845f
            * iconf/skeleton.c (ONE_DIRECTION): Set default value if not set.
25845f
25845f
diff --git a/iconv/skeleton.c b/iconv/skeleton.c
25845f
index 176436a4c81f071b..527ef0380c999740 100644
25845f
--- a/iconv/skeleton.c
25845f
+++ b/iconv/skeleton.c
25845f
@@ -162,6 +162,10 @@
25845f
 # endif
25845f
 #endif
25845f
 
25845f
+#ifndef ONE_DIRECTION
25845f
+# define ONE_DIRECTION 0
25845f
+#endif
25845f
+
25845f
 
25845f
 /* How many bytes are needed at most for the from-charset.  */
25845f
 #ifndef MAX_NEEDED_FROM