From db026d86d8f1510a44807dc3b0ef4e63272d3e07 Mon Sep 17 00:00:00 2001
From: Joel Sherrill <joel.sherrill@oarcorp.com>
Date: Tue, 26 Nov 2013 17:27:08 +0000
Subject: [PATCH] Correct for missing entries for wchar.h changes and white
 space changes

---
 newlib/ChangeLog | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 75acae2a1..edd470a5d 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,14 @@
+2013-11-26  Joel Sherrill <joel.sherrill@oarcorp.com>
+
+	* libc/machine/powerpc/vfscanf.c, libc/stdio/fgetpos.c,
+	libc/stdio/fgets.c, libc/stdio/fputs.c, libc/stdio/fread.c,
+	libc/stdio/freopen.c, libc/stdio/fwrite.c, libc/stdio/sscanf.c,
+	libc/stdlib/mbstowcs.c, libc/stdlib/mbtowc.c,
+	libc/stdlib/strtod.c, libc/stdlib/strtol.c, libc/stdlib/strtoll.c,
+	libc/stdlib/strtoul.c, libc/stdlib/strtoull.c,
+	libc/stdlib/wcstombs.c: Fix documentation prototypes which were
+	over eighty columns.
+
 2013-11-26  Julio Gutierrez <jgutleyva@gmail.com>
 
 	*libc/include/wchar.h: Add restrict keyword.