* include/limits.h: Revert unsanctioned changes below.
* include/cygwin/config.h: Ditto. * include/sys/param.h: Ditto.
This commit is contained in:
@ -20,7 +20,7 @@ extern "C" {
|
||||
#define _CYGWIN_CONFIG_H
|
||||
|
||||
#define __DYNAMIC_REENT__
|
||||
#define __FILENAME_MAX__ (4096 - 1 /* NUL */)
|
||||
#define __FILENAME_MAX__ (260 - 1 /* NUL */)
|
||||
#define _READ_WRITE_RETURN_TYPE _ssize_t
|
||||
#define __LARGE64_FILES 1
|
||||
#define __CYGWIN_USE_BIG_TYPES__ 1
|
||||
|
Reference in New Issue
Block a user