From a5dadf33f9a936741f21b67052761ae1ab0eca73 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 24 Jun 2002 20:09:40 +0000 Subject: [PATCH] Fix typos. --- newlib/ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 60b4bbfa5..4f191d430 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,9 +1,9 @@ 2002-06-24 Jeff Johnston * libc/include/math.h: Remove . - (__dmath): Use __ULong instead of _uint32_t. + (__dmath): Use __ULong instead of __uint32_t. * libc/include/sys/reent.h: If long or int is not 32-bits, - include to get definitions for _int32_t and _uint32_t. + include to get definitions for __int32_t and __uint32_t. * libc/stdlib/mprec.h: Include to get integer defs. * libm/common/fdlibm.h: Ditto.