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