From 8ca367408d4687b6221adaa4c916ca4375242ea8 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 5 Jan 2009 19:08:03 +0000 Subject: 2009-01-05 Craig Howland * libc/stdio/fwide.c: Correct typo in TRAD_SYNOPSIS for _fwide_r. --- newlib/libc/stdio/fwide.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc') 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]>; -- cgit v1.2.3