Просмотр исходного кода

cfgfs: do not error out on __USE_FILE_OFFSET64

Waldemar Brodkorb 1 месяц назад
Родитель
Сommit
33c142a1cf
1 измененных файлов с 0 добавлено и 6 удалено
  1. 0 6
      package/cfgfs/src/fts_gnu.h

+ 0 - 6
package/cfgfs/src/fts_gnu.h

@@ -39,12 +39,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 on GNU OS.  */
-#ifdef __USE_FILE_OFFSET64
-# error "<fts.h> cannot be used with -D_FILE_OFFSET_BITS==64"
-#endif
-
 struct _fts_private;			/* implementation data */
 
 typedef struct {