diff options
Diffstat (limited to 'newlib/libc/stdio')
-rw-r--r-- | newlib/libc/stdio/fwide.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/fwide.c b/newlib/libc/stdio/fwide.c index 46a7db086..e298f911a 100644 --- a/newlib/libc/stdio/fwide.c +++ b/newlib/libc/stdio/fwide.c @@ -19,7 +19,7 @@ TRAD_SYNOPSIS FILE *<[fp]>; int <[mode]>; - int fwide(<[ptr]>, <[fp]>, <[mode]>) + int _fwide_r(<[ptr]>, <[fp]>, <[mode]>) struct _reent *<[ptr]>; FILE *<[fp]>; int <[mode]>; |