mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-10 05:03:06 +03:00
2014-04-29 Steve Ellcey <sellcey@mips.com>
* iconf/skeleton.c (ONE_DIRECTION): Set default value if not set.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2014-04-29 Steve Ellcey <sellcey@mips.com>
|
||||||
|
|
||||||
|
* iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
|
||||||
|
|
||||||
2014-04-29 Stefan Liebler <stli@linux.vnet.ibm.com>
|
2014-04-29 Stefan Liebler <stli@linux.vnet.ibm.com>
|
||||||
|
|
||||||
[BZ #16823]
|
[BZ #16823]
|
||||||
|
@@ -163,6 +163,10 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef ONE_DIRECTION
|
||||||
|
# define ONE_DIRECTION 0
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* How many bytes are needed at most for the from-charset. */
|
/* How many bytes are needed at most for the from-charset. */
|
||||||
#ifndef MAX_NEEDED_FROM
|
#ifndef MAX_NEEDED_FROM
|
||||||
|
Reference in New Issue
Block a user