Paul Eggert wrote:
>Derek Price <[EMAIL PROTECTED]> writes:
>
>
>
>>+/* Get the system versions when something else was defined by config.h. */
>>+#undef lstat
>>+#undef stat
>>
>>
>
>A big worry here is hosts that use something like "#define stat
>stat64" when compiled in large-file mode.
Bruno Haible wrote:
>Derek Price <[EMAIL PROTECTED]> writes:
>
>
>>As near as I can tell, stat and lstat do not define names for their
>>replacements as many of the other GNULIB modules do.
>>
>>
>
>Yes. The 'stat' and 'lstat' modules look incomplete. I think this should
>be added to make th
Derek Price <[EMAIL PROTECTED]> writes:
> As near as I can tell, stat and lstat do not define names for their
> replacements as many of the other GNULIB modules do.
Yes. The 'stat' and 'lstat' modules look incomplete. I think this should
be added to make them usable out-of-the-box.
diff -c -3 -r1
Derek Price <[EMAIL PROTECTED]> writes:
> +/* Get the system versions when something else was defined by config.h. */
> +#undef lstat
> +#undef stat
A big worry here is hosts that use something like "#define stat
stat64" when compiled in large-file mode. On such hosts, you can't
#undef 'stat' a
Hey all,
As near as I can tell, stat and lstat do not define names for their
replacements as many of the other GNULIB modules do. CVS has the
following defined in a header:
/* Use the function from lib/stat.c when the system version is broken.
*/
# ifdef HAVE_STAT_EMPTY_STRING_BUG
# define CV