]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/cygwin/types.h: Define loff_t.
authorChristopher Faylor <me@cgf.cx>
Mon, 25 Jul 2005 21:46:36 +0000 (21:46 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 25 Jul 2005 21:46:36 +0000 (21:46 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/include/cygwin/types.h

index b0f06350cf03a8a3d95e9d9a8fc3c14f2af1e2bd..08b4ab678953d1ecb5c156e3492f520929c5df4c 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 9b5c51b73f32773a64cd19691f0371c344a58a50..58c73e9d5d00dd0e3fb16fcdaa49a720c0b6dae2 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;
This page took 0.037568 seconds and 5 git commands to generate.