diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-24 10:08:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-24 10:08:57 +0000 |
commit | 0eb448466ade8a3d935d8dcc0f9f043f76ea1e92 (patch) | |
tree | 6773c47801d2e3774211ceb176acdb489c282dde | |
parent | eb85acc63ad1d754eb9a4994d5cef305a6d33f46 (diff) | |
download | coreutils-0eb448466ade8a3d935d8dcc0f9f043f76ea1e92.tar.xz |
[__USE_FILE_OFFSET64]: Remove #error directive.
-rw-r--r-- | lib/fts_.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/fts_.h b/lib/fts_.h index 72d540083..5f4d55b4b 100644 --- a/lib/fts_.h +++ b/lib/fts_.h @@ -35,12 +35,6 @@ #include <features.h> #include <sys/types.h> -/* The fts interface is incompatible with the LFS interface which - transparently uses the 64-bit file access functions. */ -#ifdef __USE_FILE_OFFSET64 -# error "<fts.h> cannot be used with -D_FILE_OFFSET_BITS==64" -#endif - typedef struct { struct _ftsent *fts_cur; /* current node */ |