diff options
Diffstat (limited to 'newlib/libc/include/iconv.h')
-rw-r--r-- | newlib/libc/include/iconv.h | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/newlib/libc/include/iconv.h b/newlib/libc/include/iconv.h index 99a6a94cc..5b8fcecff 100644 --- a/newlib/libc/include/iconv.h +++ b/newlib/libc/include/iconv.h @@ -1,6 +1,6 @@ -/*- - * Copyright (c) 1999,2000 - * Konstantin Chuguev. All rights reserved. +/* + * Copyright (c) 2003-2004, Artem B. Bityuckiy, SoftMine Corporation. + * Rights transferred to Franklin Electronic Publishers. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -22,16 +22,14 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * iconv (Charset Conversion Library) v2.0 */ - #ifndef _ICONV_H_ #define _ICONV_H_ #include <_ansi.h> -#include <sys/types.h> #include <reent.h> +#include <sys/types.h> +#include <sys/_types.h> /* iconv_t: charset conversion descriptor type */ typedef _iconv_t iconv_t; |