mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
[BZ #1386]
* iconvdata/ibm932.c: Change mapping to allow round-trips. * iconvdata/ibm943.c: Likewise. Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
This commit is contained in:
@ -20,6 +20,8 @@
|
||||
# error "Never include <bits/uio.h> directly; use <sys/uio.h> instead."
|
||||
#endif
|
||||
|
||||
#ifndef _BITS_UIO_H
|
||||
#define _BITS_UIO_H 1
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
@ -44,3 +46,5 @@ struct iovec
|
||||
void *iov_base; /* Pointer to data. */
|
||||
size_t iov_len; /* Length of data. */
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user