From dde223343c2cd08f4ac1973134dc9a409a6829f2 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 7 Sep 2007 21:16:25 +0000 Subject: 2007-09-07 Patrick Mansfield * 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/libc/include/sys/reent.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'newlib/libc/include/sys/reent.h') 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 @@ -107,18 +107,6 @@ struct __sbuf { int _size; }; -/* - * 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 */ - /* (and must be `long' for now) */ - -#ifdef __LARGE64_FILES -typedef _off64_t _fpos64_t; -#endif - /* * Stdio state variables. * -- cgit v1.2.3