aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-06-24 20:09:40 +0000
committerJeff Johnston <jjohnstn@redhat.com>2002-06-24 20:09:40 +0000
commita5dadf33f9a936741f21b67052761ae1ab0eca73 (patch)
treec5bafb0e2623a4ff241116d9e5bee055493b9caf
parent4c78be52dfa2f8991e763e501c5c8e5b232d6d0a (diff)
downloadnewlib-a5dadf33f9a936741f21b67052761ae1ab0eca73.zip
newlib-a5dadf33f9a936741f21b67052761ae1ab0eca73.tar.gz
newlib-a5dadf33f9a936741f21b67052761ae1ab0eca73.tar.bz2
Fix typos.
-rw-r--r--newlib/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 60b4bbf..4f191d4 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,9 +1,9 @@
2002-06-24 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/math.h: Remove <sys/types.h>.
- (__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 <sys/types.h> to get definitions for _int32_t and _uint32_t.
+ include <sys/types.h> to get definitions for __int32_t and __uint32_t.
* libc/stdlib/mprec.h: Include <sys/types.h> to get integer defs.
* libm/common/fdlibm.h: Ditto.