[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#534521: this is a bug in eglibc, not in pax



reassign 317466 src:eglibc
forcemerge 534521 317466
thanks

This is not a bug in pax, but eglibc _really_ should do something.

How about something like this (for all affected functions)?

#ifdef __USE_FILE_OFFSET64
FTSENT	*fts_read (FTS *) __asm__("fts_read64");
#else
FTSENT	*fts_read (FTS *);
#endif

Then just compile the *.c twice.

bye,
//mirabilos
-- 
  “Having a smoking section in a restaurant is like having
          a peeing section in a swimming pool.”
						-- Edward Burr



Reply to: