diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2008-12-12 17:11:33 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2008-12-12 17:11:33 +0000 |
commit | f570da9508239c33e387653e1410ee3294b4e097 (patch) | |
tree | a95ddcc9cb6f08fc4b4df7d3003b90afde0adc83 /newlib/ChangeLog | |
parent | 7851320a41a03f6b890a634e52163a1954a48835 (diff) | |
download | cygnal-f570da9508239c33e387653e1410ee3294b4e097.tar.gz cygnal-f570da9508239c33e387653e1410ee3294b4e097.tar.bz2 cygnal-f570da9508239c33e387653e1410ee3294b4e097.zip |
2008-12-12 Ralf Corsepius <ralf.corsepius@rtems.org>
* libc/sys/rtems/crt0.c: Add stubs for getdents(), nanosleep(),
_execve(), _exit().
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 4bf637234..e413100e4 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,5 +1,10 @@ 2008-12-12 Ralf Corsepius <ralf.corsepius@rtems.org> + * libc/sys/rtems/crt0.c: Add stubs for getdents(), nanosleep(), + _execve(), _exit(). + +2008-12-12 Ralf Corsepius <ralf.corsepius@rtems.org> + * configure.host: Let *rtems* default to c99-formats. 2008-12-12 Craig Howland <howland@LGSInnovations.com> |