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

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