emacs-devel
[Top][All Lists]
Advanced

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

Re: lim_data too narrow


From: Eli Zaretskii
Subject: Re: lim_data too narrow
Date: 22 Dec 2003 08:17:27 +0200

> From: Richard Stallman <address@hidden>
> Date: Sun, 21 Dec 2003 23:07:56 -0500
> 
> It would seem that on a 64-bit machine, lim_data should
> be a 64-bit type.  Is there any agreement on how to
> specify such a type in C?

Modern compilers should support the int64_t type (it is mandated by
the new C99 standard and should be defined on stdint.h).

> We could use configure to check whether rlim_t is defined
> in some header file.  What header file should it be in?

According to Posix, it should be in sys/resource.h.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]