* libc/include/sys/config.h: Define __CYGWIN_USE_BIG_TYPES__ for
Cygwin.
This commit is contained in:
parent
b1aae492d0
commit
2c440f9c1a
|
@ -1,3 +1,8 @@
|
|||
2003-03-09 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* libc/include/sys/config.h: Define __CYGWIN_USE_BIG_TYPES__ for
|
||||
Cygwin.
|
||||
|
||||
2003-03-09 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* libc/include/pwd.h: Add guards to avoid type clashes when compiling
|
||||
|
|
|
@ -152,6 +152,7 @@
|
|||
#define __FILENAME_MAX__ (260 - 1 /* NUL */)
|
||||
#define _READ_WRITE_RETURN_TYPE _ssize_t
|
||||
#define __LARGE64_FILES 1
|
||||
#define __CYGWIN_USE_BIG_TYPES__ 1
|
||||
#if defined(__INSIDE_CYGWIN__) || defined(_COMPILING_NEWLIB)
|
||||
#define __IMPORT
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue