OSDN Git Service

Enable to track git://github.com/monaka/binutils.git
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libc / stdio / fputwc.c
index ef10a8e..f32d566 100644 (file)
@@ -44,7 +44,7 @@ ANSI_SYNOPSIS
 
        #include <stdio.h>
        #include <wchar.h>
-       wint_t _fputwc_r(struct _rent *<[ptr]>, wchar_t <[wc]>, FILE *<[fp]>);
+       wint_t _fputwc_r(struct _reent *<[ptr]>, wchar_t <[wc]>, FILE *<[fp]>);
 
        #include <stdio.h>
        #include <wchar.h>
@@ -52,7 +52,7 @@ ANSI_SYNOPSIS
 
        #include <stdio.h>
        #include <wchar.h>
-       wint_t _putwc_r(struct _rent *<[ptr]>, wchar_t <[wc]>, FILE *<[fp]>);
+       wint_t _putwc_r(struct _reent *<[ptr]>, wchar_t <[wc]>, FILE *<[fp]>);
 
 TRAD_SYNOPSIS
        #include <stdio.h>