diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2010-02-26 09:36:21 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2010-02-26 09:36:21 +0000 |
commit | 627ef695f2a719389c05184b444ba2d5c07e27c1 (patch) | |
tree | 78e71d9ed8d4b6d488105e675566dbd2adf0ef56 /winsup/cygwin/include/fts.h | |
parent | 6bcdc0df58a85cdb2769e8f228e487a45430b43f (diff) | |
download | newlib-627ef695f2a719389c05184b444ba2d5c07e27c1.zip newlib-627ef695f2a719389c05184b444ba2d5c07e27c1.tar.gz newlib-627ef695f2a719389c05184b444ba2d5c07e27c1.tar.bz2 |
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.
Diffstat (limited to 'winsup/cygwin/include/fts.h')
-rw-r--r-- | winsup/cygwin/include/fts.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/include/fts.h b/winsup/cygwin/include/fts.h index ac32099..d4900bb 100644 --- a/winsup/cygwin/include/fts.h +++ b/winsup/cygwin/include/fts.h @@ -125,8 +125,6 @@ typedef struct _ftsent { #ifdef __INSIDE_CYGWIN__ struct __stat64 *fts_statp; /* stat(2) information */ -#elif defined (__CYGWIN__) && !defined (__CYGWIN_USE_BIG_TYPES__) - #error "fts requires __CYGWIN_USE_BIG_TYPES__" #else struct stat *fts_statp; /* stat(2) information */ #endif |