diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2007-06-13 17:55:28 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2007-06-13 17:55:28 +0000 |
commit | c33ff7855e85a47e3b08b5e971d7110207e4a55b (patch) | |
tree | f3435178e25b89486a2fd18f21523864719d96ab /newlib/ChangeLog | |
parent | ae473bdc48f84566747813f185aae709d6119e0d (diff) | |
download | cygnal-c33ff7855e85a47e3b08b5e971d7110207e4a55b.tar.gz cygnal-c33ff7855e85a47e3b08b5e971d7110207e4a55b.tar.bz2 cygnal-c33ff7855e85a47e3b08b5e971d7110207e4a55b.zip |
2007-06-13 Patrick Mansfield <patmans@us.ibm.com>
* libc/machine/spu/creat.c: New file copied from libc/posix/creat.c,
it just calls open with appropriate arguments.
* libc/machine/spu/Makefile.am: Add creat.c.
* libc/machine/spu/Makefile.in: Regenerate.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 24effe7eb..968e11251 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,10 @@ +2007-06-13 Patrick Mansfield <patmans@us.ibm.com> + + * libc/machine/spu/creat.c: New file copied from libc/posix/creat.c, + it just calls open with appropriate arguments. + * libc/machine/spu/Makefile.am: Add creat.c. + * libc/machine/spu/Makefile.in: Regenerate. + 2007-06-13 Jeff Johnston <jjohnstn@redhat.com> * libc/machine/spu/Makefile.am: Re-add back setjmp.S which |