From 15627a21c69c42c8e2fb6b7f049191a744f682cd Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 27 Apr 2006 05:54:27 +0000 Subject: [BZ #1386] * iconvdata/ibm932.c: Change mapping to allow round-trips. * iconvdata/ibm943.c: Likewise. Patch by Masahide Washizawa . --- sysdeps/unix/sysv/linux/bits/uio.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sysdeps/unix/sysv/linux/bits/uio.h') diff --git a/sysdeps/unix/sysv/linux/bits/uio.h b/sysdeps/unix/sysv/linux/bits/uio.h index 4113b53b78..6a283ed771 100644 --- a/sysdeps/unix/sysv/linux/bits/uio.h +++ b/sysdeps/unix/sysv/linux/bits/uio.h @@ -20,6 +20,8 @@ # error "Never include directly; use instead." #endif +#ifndef _BITS_UIO_H +#define _BITS_UIO_H 1 #include @@ -44,3 +46,5 @@ struct iovec void *iov_base; /* Pointer to data. */ size_t iov_len; /* Length of data. */ }; + +#endif -- cgit v1.2.3-65-gdbad