X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: 22 Dec 2003 08:23:55 +0200 Message-Id: From: Eli Zaretskii To: djgpp-workers AT delorie DOT com Subject: rlim_t Reply-To: djgpp-workers AT delorie DOT com The latest Posix standard defines the rlim_t data type, which is the type used to specify limits in sys/resource.h. I've looked at the current CVS, and we don't have rlim_t. So how about adding typedef long rlim_t; to sys/resource.h and then using rlim_t instead of long in both struct rlimit and struct rusage? It sounds like a simple change.