* include/cygwin/types.h: Define loff_t.

This commit is contained in:
Christopher Faylor 2005-07-25 21:46:36 +00:00
parent 0046a9a468
commit 33e7a6bb89
2 changed files with 6 additions and 0 deletions

View 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

View 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;