diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2007-09-07 21:16:25 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2007-09-07 21:16:25 +0000 |
commit | dde223343c2cd08f4ac1973134dc9a409a6829f2 (patch) | |
tree | b465a7cb6a512790f2ef80ca4ca458f12e3f4622 /newlib/libc/include/sys/reent.h | |
parent | 78e66fb978b25652c87319063d984bd6e80e6f44 (diff) | |
download | cygnal-dde223343c2cd08f4ac1973134dc9a409a6829f2.tar.gz cygnal-dde223343c2cd08f4ac1973134dc9a409a6829f2.tar.bz2 cygnal-dde223343c2cd08f4ac1973134dc9a409a6829f2.zip |
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.
Diffstat (limited to 'newlib/libc/include/sys/reent.h')
-rw-r--r-- | newlib/libc/include/sys/reent.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/newlib/libc/include/sys/reent.h b/newlib/libc/include/sys/reent.h index 06d025bb5..39785d77d 100644 --- a/newlib/libc/include/sys/reent.h +++ b/newlib/libc/include/sys/reent.h @@ -108,18 +108,6 @@ struct __sbuf { }; /* - * We need fpos_t for the following, but it doesn't have a leading "_", - * so we use _fpos_t instead. - */ - -typedef long _fpos_t; /* XXX must match off_t in <sys/types.h> */ - /* (and must be `long' for now) */ - -#ifdef __LARGE64_FILES -typedef _off64_t _fpos64_t; -#endif - -/* * Stdio state variables. * * The following always hold: |