diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2012-05-09 09:03:06 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2012-05-09 09:03:06 +0000 |
commit | a9f0367e1af4f7543927b0147579ebdc50e2ec07 (patch) | |
tree | ba745d8dc4ffa4cd412484c73c09f9b9d2aa8fba /newlib/ChangeLog | |
parent | dc4536187c17b086f723fa4d61be4c75a28c9ca9 (diff) | |
download | cygnal-a9f0367e1af4f7543927b0147579ebdc50e2ec07.tar.gz cygnal-a9f0367e1af4f7543927b0147579ebdc50e2ec07.tar.bz2 cygnal-a9f0367e1af4f7543927b0147579ebdc50e2ec07.zip |
* libc/sys/rtems/crt0.c: Add stubs for access(), ftruncate(),
_getpid_r(), geteuid(), getgid, _getgid_r, getpid(), getppid(),
and _getpid_r().
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 930e3f6b0..40b5dbcfe 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,9 @@ +2012-05-09 Joel Sherrill <joel.sherrill@oarcorp.com> + + * libc/sys/rtems/crt0.c: Add stubs for access(), ftruncate(), + _getpid_r(), geteuid(), getgid, _getgid_r, getpid(), getppid(), + and _getpid_r(). + 2012-05-03 Greta Yorsh <Greta.Yorsh@arm.com> * testsuite/newlib.string/strcmp-1.c (LONG_TEST): New macro. |