diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-12-07 18:54:28 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-12-07 18:54:28 +0000 |
commit | 465eab2eb41c08ebd5921800d568410653042e5c (patch) | |
tree | e87b00262670fdb0d4ca4b6515cd2ee82f2ebcc1 /newlib/ChangeLog | |
parent | 91ce86e7730e0c55f9d515b759434571e71a5311 (diff) | |
download | cygnal-465eab2eb41c08ebd5921800d568410653042e5c.tar.gz cygnal-465eab2eb41c08ebd5921800d568410653042e5c.tar.bz2 cygnal-465eab2eb41c08ebd5921800d568410653042e5c.zip |
2004-12-07 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/sys/unistd.h: Add prototypes for ftruncate, truncate,
and usleep.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index de2045a1c..91e1fe243 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2004-12-07 Jeff Johnston <jjohnstn@redhat.com> + + * libc/sys/linux/sys/unistd.h: Add prototypes for ftruncate, truncate, + and usleep. + 2004-12-03 Jeff Johnston <jjohnstn@redhat.com> * Makefile.am (libc_la_LDFLAGS): Add -lgcc to handle any |