|
From: Earnie B. <ea...@us...> - 2004-07-13 10:57:47
|
Update of /cvsroot/mingw/runtime/include/sys In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13590/include/sys Modified Files: types.h Log Message: Import winsup changes Index: types.h =================================================================== RCS file: /cvsroot/mingw/runtime/include/sys/types.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** types.h 20 Apr 2004 23:26:32 -0000 1.8 --- types.h 13 Jul 2004 10:57:39 -0000 1.9 *************** *** 106,109 **** --- 106,118 ---- #endif /* Not _SSIZE_T_ */ + #ifndef _FPOS64_T_ + #define _FPOS64_T_ + typedef long long fpos64_t; + #endif + + #ifndef _OFF64_T_ + #define _OFF64_T_ + typedef long long off64_t; + #endif #endif /* Not RC_INVOKED */ |