OSDN Git Service

2007-09-07 Patrick Mansfield <patmans@us.ibm.com>
authorjjohnstn <jjohnstn>
Fri, 7 Sep 2007 21:16:25 +0000 (21:16 +0000)
committerjjohnstn <jjohnstn>
Fri, 7 Sep 2007 21:16:25 +0000 (21:16 +0000)
commit72c724a7bb13675424f456b51d0d905e21b053e8
tree71b465213cf5c03c3e78719f48459f6a676afc9d
parent9f2ad89bfadc93f581ac379e2620a552a6b71c12
2007-09-07 Patrick Mansfield <patmans@us.ibm.com>

* libc/include/machine/_default_types.h: New file, contains what
was previously in libc/include/machine/_types.h.
* libc/include/machine/_types.h: Now only includes
machine/_default_types.h.
* libc/include/sys/reent.h: Remove _fpos_t and _fpos64_t.
* libc/include/sys/_types.h: Move _fpos_t and _fpos64_t to here,
with conditional declarations.
* libc/machine/spu/machine/_types.h: New file, add SPU specific
typedefs for _fpos_t and _fpos64_t.
newlib/ChangeLog
newlib/libc/include/machine/_default_types.h [new file with mode: 0644]
newlib/libc/include/machine/_types.h
newlib/libc/include/sys/_types.h
newlib/libc/include/sys/reent.h
newlib/libc/machine/spu/machine/_types.h [new file with mode: 0644]