Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] Enable sub-second timeout in zsystem flock



On Mon, 2020-01-06 at 18:30 +0100, Cedric Ware wrote:
> Also, I assumed that zlong was at least 64-bit; can it happen that it
> be only 32-bit on some systems?  That would be a problem to implement
> the microsecond clock function.

That shouldn't happen unless the configuration script can't actually
find a 64-bit type, implying either the compiler doesn't support it or
it's not using standard types.  I think you can reasonably consider that
such a failure on a system that actually does support 64-bit integers
isn't your problem.

pws



Messages sorted by: Reverse Date, Date, Thread, Author