OSDN Git Service

* include/cygwin/types.h: Define loff_t.
authorcgf <cgf>
Mon, 25 Jul 2005 21:46:34 +0000 (21:46 +0000)
committercgf <cgf>
Mon, 25 Jul 2005 21:46:34 +0000 (21:46 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/include/cygwin/types.h

index b0f0635..08b4ab6 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-25  Christopher Faylor  <cgf@timesys.com>
+
+       * include/cygwin/types.h: Define loff_t.
+
 2005-07-16  Christopher Faylor  <cgf@timesys.com>
 
        * child_info.h (child_info::sync): Pass pid and HANDLE rather than
index 9b5c51b..58c73e9 100644 (file)
@@ -39,6 +39,8 @@ typedef _off_t off_t;
 #endif
 #endif /*__off_t_defined*/
 
+typedef __loff_t loff_t;
+
 #ifndef __dev_t_defined
 #define __dev_t_defined
 typedef short __dev16_t;