diff options
author | Steve Ellcey <sellcey@imgtec.com> | 2015-03-19 10:19:35 -0700 |
---|---|---|
committer | Steve Ellcey <sellcey@imgtec.com> | 2015-03-19 10:19:35 -0700 |
commit | ff39a89e02f1f5c279710367b8d72ef3e5d55959 (patch) | |
tree | cece9721f78da00105a0975e9f672518ec25d78c | |
parent | 5b1cff79323680d210aca81dcff4f024ebd5a371 (diff) | |
download | cygnal-ff39a89e02f1f5c279710367b8d72ef3e5d55959.tar.gz cygnal-ff39a89e02f1f5c279710367b8d72ef3e5d55959.tar.bz2 cygnal-ff39a89e02f1f5c279710367b8d72ef3e5d55959.zip |
Add ChangeLog entry for last patch to libc/include/sys/time.h.
-rw-r--r-- | newlib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 4a694a436..1b03bbc28 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2015-03-19 Steve Ellcey <sellcey@imgtec.com> + + * libc/include/sys/time.h: Replace uint32_t and uint64_t + with __uint32_t and __uint64_t. + 2015-03-13 Jon TURNEY <jon.turney@dronecode.org.uk> * libc/libc.texinfo: Fix directory entry. |