Remove all traces of __CYGWIN_USE_BIG_TYPES__.
* include/cygwin/config.h: Move Cygwin-specific build flags from newlib's sys/config.h here. Add a comment.
This commit is contained in:
@@ -59,8 +59,6 @@ __BEGIN_DECLS
|
||||
int ftw(const char *, int (*)(const char *, const struct __stat64 *, int), int);
|
||||
int nftw(const char *, int (*)(const char *, const struct __stat64 *, int,
|
||||
struct FTW *), int, int);
|
||||
#elif defined (__CYGWIN__) && !defined (__CYGWIN_USE_BIG_TYPES__)
|
||||
#error "ftw requires __CYGWIN_USE_BIG_TYPES__"
|
||||
#else
|
||||
int ftw(const char *, int (*)(const char *, const struct stat *, int), int);
|
||||
int nftw(const char *, int (*)(const char *, const struct stat *, int,
|
||||
|
Reference in New Issue
Block a user