diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2007-09-18 20:05:17 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2007-09-18 20:05:17 +0000 |
commit | cebf33e402b40e7be33fbb7ae50e97713685a0ad (patch) | |
tree | 80058df61c530ed3f314b44aa4d3c794665ff341 /newlib/ChangeLog | |
parent | 3908c985922d653fa47775dfbf5d2d29ff7c4fa0 (diff) | |
download | cygnal-cebf33e402b40e7be33fbb7ae50e97713685a0ad.tar.gz cygnal-cebf33e402b40e7be33fbb7ae50e97713685a0ad.tar.bz2 cygnal-cebf33e402b40e7be33fbb7ae50e97713685a0ad.zip |
2007-09-18 Patrick Mansfield <patmans@us.ibm.com>
* libc/include/sys/types.h: Use __dev_t, __uid_t, and __gid_t to
typedef dev_t, gid_t, and uid_t.
* libc/include/sys/_types.h: Move previous dev_t, uid_t and gid_t
types.h code to here, but typedef __dev_t, __uid_t, and __gid_t instead.
Change to lower case for all __foo_t_defined names.
* libc/machine/spu/machine/_types.h: Add SPU specific __dev_t,
__uid_t, and __gid_t making them all four bytes. Change to lower case
for all __foo_t_defined names.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index a8251b891..e46b44ce1 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,14 @@ +2007-09-18 Patrick Mansfield <patmans@us.ibm.com> + + * libc/include/sys/types.h: Use __dev_t, __uid_t, and __gid_t to + typedef dev_t, gid_t, and uid_t. + * libc/include/sys/_types.h: Move previous dev_t, uid_t and gid_t + types.h code to here, but typedef __dev_t, __uid_t, and __gid_t instead. + Change to lower case for all __foo_t_defined names. + * libc/machine/spu/machine/_types.h: Add SPU specific __dev_t, + __uid_t, and __gid_t making them all four bytes. Change to lower case + for all __foo_t_defined names. + 2007-09-18 Jeff Johnston <jjohnstn@redhat.com> * libc/reent/renamer.c: New file. |