* include/cygwin/types.h: Define loff_t.
This commit is contained in:
parent
0046a9a468
commit
33e7a6bb89
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue