The following reply was made to PR os-linux/1542; it has been noted by GNATS.

From: Dean Gaudet <[EMAIL PROTECTED]>
To: Johnie Ingram <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: os-linux/1542: /usr/include/bits/resource.h:113: conflicting types 
for `rlim_t' 
Date: Mon, 15 Dec 1997 10:23:32 -0800 (PST)

 How about this:
 
 #if !defined(__GLIBC__) || __GLIBC__ < 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ 
< 1)
 typedef int rlim_t;
 #endif
 
 I'd be happy putting that in.
 
 Dean
 

Reply via email to